Home | History | Annotate | Download | only in SparseLU

Lines Matching defs:determinant

244       * \returns the absolute value of the determinant of the matrix of which
247 * \warning a determinant can be very big or small, so for matrices
257 // Initialize with the determinant of the row matrix
275 /** \returns the natural log of the absolute value of the determinant of the matrix
279 * inherent to the determinant computation.
305 /** \returns A number representing the sign of the determinant
312 // Initialize with the determinant of the row matrix
333 /** \returns The determinant of the matrix.
337 Scalar determinant()
340 // 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();