gramSchmidt#

swordfish.function.gramSchmidt()#

This function converts a matrix of full column rank into an orthogonal matrix.

参数:
  • X (Constant) -- A matrix where each column (as a vector) is linearly independent, i.e., the matrix has column full rank. It cannot contain any null values.

  • normalize (Constant, optional) -- A Boolean value indicating whether to output a normalized orthogonal matrix. The default value is false.

返回:

A matrix of DOUBLE type.

返回类型:

Constant