BufferedLinearSpace
class BufferedLinearSpace<T, out A : Ring<T>>(bufferAlgebra: BufferAlgebra<T, A>) : LinearSpace<T, A>
Content copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun <F : StructureFeature> computeFeature(structure: Matrix<T>, type: KClass<out F>): F?
Content copied to clipboard
Compute a feature of the structure in this scope. Structure features take precedence other context features.
Link copied to clipboard
Link copied to clipboard
Multiplies a matrix by its element.
Multiplies an element by a matrix of it.
Multiplies an element by a vector of it.
Multiplies a vector by its element.
Link copied to clipboard