EjmlMatrix
abstract class EjmlMatrix<T, out M : Matrix>(origin: M) : Structure2D<T>
Content copied to clipboard
space.kscience.kmath.linear.Matrix implementation based on EJML Matrix.
Author
Iaroslav Postovalov
Parameters
T
the type of elements contained in the buffer.
M
the type of EJML matrix.
Constructors
EjmlMatrix
Link copied to clipboard
the type of elements contained in the buffer.
Functions
Properties
Inheritors
EjmlDoubleMatrix
Link copied to clipboard