solve

abstract fun solve(a: Matrix<T>, b: Matrix<T>): Matrix<T>(source)

Solve a dot x = b matrix equation and return x


open fun solve(a: Matrix<T>, b: Point<T>): Point<T>(source)

Solve a dot x = b vector equation and return b