core = std 'import core'
math = std 'import math'

base = core.mixin math.vector

class matrix extends base
	

exports.matrix = matrix