| Name | Description | 
|---|
  C_nullspace | Orthonormal nullspace of a complex matrix | 
  C_QR | QR decomposition of a rectangular complex matrix without column pivoting (A = Q*R) | 
  C_QR2 | QR decomposition of a rectangular complex matrix without column pivoting (A = Q*R) | 
  C_rank | Rank of a complex matrix (computed with singular values) | 
  C_singularValues | Compute singular values and left and right singular vectors of a complex matrix | 
  C_solve2 | computes the solution to a complex system of linear equations A*X=B, using LU decomposition with partial pivoting and row interchanges | 
  C_RQ | RQ decomposition of a rectangular complex matrix without column pivoting (A = R*Q) | 
  care2 | Solution of continuous-time algebraic Riccati equations with diagonal matrix R |