• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching full:complete

28   * \brief Complete orthogonal decomposition (COD) of a matrix.
32 * This class performs a rank-revealing complete orthogonal decomposition of a
96 /** \brief Constructs a complete orthogonal decomposition from a given
99 * This constructor computes the complete orthogonal decomposition of the
121 /** \brief Constructs a complete orthogonal decomposition from a given matrix
139 * which \c *this is the complete orthogonal decomposition.
165 /** \returns a reference to the matrix where the complete orthogonal
170 /** \returns a reference to the matrix where the complete orthogonal
197 * *this is the complete orthogonal decomposition. It has only linear
199 * as the complete orthogonal decomposition has already been computed.
212 * matrix of which *this is the complete orthogonal decomposition. It has
214 * square matrix) as the complete orthogonal decomposition has already been
226 /** \returns the rank of the matrix of which *this is the complete orthogonal
236 * complete orthogonal decomposition.
262 /** \returns true if the matrix of which *this is the complete orthogonal
271 /** \returns the pseudo-inverse of the matrix of which *this is the complete
341 /** \returns the number of nonzero pivots in the complete orthogonal
355 /** \brief Reports whether the complete orthogonal decomposition was
402 /** Performs the complete orthogonal decomposition of the given matrix \a
429 // We now compute the complete orthogonal decomposition by applying
550 /** \return the complete orthogonal decomposition of \c *this.