BufferedLinearSpace
class BufferedLinearSpace<T, out A : Ring<T>>(elementAlgebra: A, bufferFactory: BufferFactory<T>) : LinearSpace<T, A>
Content copied to clipboard
Functions
buildMatrix
Link copied to clipboard
buildVector
Link copied to clipboard
computeFeature
Link copied to clipboard
open fun <F : StructureFeature> computeFeature(structure: Matrix<T>, type: KClass<out F>): F?
Content copied to clipboard
dot
Link copied to clipboard
times
Link copied to clipboard
unaryMinus
Link copied to clipboard
Properties
elementAlgebra
Link copied to clipboard
Sources
common source
Link copied to clipboard