EjmlLinearSpace
abstract class EjmlLinearSpace<T : Any, out A : Ring<T>, out M : Matrix> : LinearSpace<T, A> (source)
LinearSpace implementation specialized for a certain EJML type.
Author
Iaroslav Postovalov
Parameters
T
the type of items in the matrices.
A
the element context type.
M
the EJML matrix type.
Inheritors
Functions
Link copied to clipboard
abstract override fun buildMatrix(rows: Int, columns: Int, initializer: A.(i: Int, j: Int) -> T): EjmlMatrix<T, M>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard