Home | History | Annotate | Download | only in SparseLU

Lines Matching full:determinant

249       * \returns the absolute value of the determinant of the matrix of which
252 * \warning a determinant can be very big or small, so for matrices
261 // Initialize with the determinant of the row matrix
280 /** \returns the natural log of the absolute value of the determinant of the matrix
284 * inherent to the determinant computation.
308 /** \returns A number representing the sign of the determinant
315 // Initialize with the determinant of the row matrix
336 /** \returns The determinant of the matrix.
340 Scalar determinant()
343 // Initialize with the determinant of the row matrix
581 m_detPermR = 1; // Record the determinant of the row permutation
669 // Update the determinant of the row permutation matrix
686 m_detPermR = m_perm_r.determinant();
687 m_detPermC = m_perm_c.determinant();