Companion

object Companion

Functions

Link copied to clipboard
@JvmName(name = "ofListVector3D")
fun of(vectors: List<Vector3D>): RealMatrix

Creates a RealMatrix from a list of 3D vectors

@JvmName(name = "ofListRealVector")
fun of(columnVectors: List<RealVector>): RealMatrix

Creates a RealMatrix from a list of column RealVector.

Link copied to clipboard

Creates a RealMatrix with diagonal entries.

Link copied to clipboard
fun ofIdentity(dimension: Int): RealMatrix

Creates an identity RealMatrix of the dimension.