EjmlMatrix
abstract class EjmlMatrix<out 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
Functions
Link copied to clipboard
open override fun <F : StructureFeature> getFeature(type: KClass<out F>): F?
Content copied to clipboard
Properties
Inheritors
Extensions
Link copied to clipboard