obj
LinearAlgebra()
LinearAlgebra
LinearAlgebra.nullspace ?Accuracy
float
Matrix<float> -> Matrix<float>
Synonym: kernel / right null space. Returns an orthonormal basis for the null space of matrix A (Ax = 0).The accuracy defines a threshold whether a singular value is considered as zero (default: 1e-08).