of

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

Creates a RealMatrix from a list of column RealVector.

Parameters

columnVectors

list of column vectors that must have the same dimension


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

Creates a RealMatrix from a list of 3D vectors

Parameters

vectors

list of 3D vectors whereby each vector will be represented as a row