factorPerpendicularColumns Method

Factor this as a product C * U where C has mutually perpendicular columns and U is orthogonal.

factorPerpendicularColumns(matrixC: Matrix3d, matrixU: Matrix3d): boolean

Parameter Type Description
matrixC Matrix3d (allocate by caller, computed here)
matrixU Matrix3d (allocate by caller, computed here)

Returns - boolean

Defined in

Last Updated: 30 November, 2023