Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::glop::TriangularMatrix Member List

This is the complete list of members for operations_research::glop::TriangularMatrix, including all inherited members.

AddAndNormalizeTriangularColumn(const SparseColumn &column, RowIndex diagonal_row, Fractional diagonal_coefficient)operations_research::glop::TriangularMatrix
AddDiagonalOnlyColumn(Fractional diagonal_value)operations_research::glop::TriangularMatrix
AddTriangularColumn(const ColumnView &column, RowIndex diagonal_row)operations_research::glop::TriangularMatrix
AddTriangularColumnWithGivenDiagonalEntry(const SparseColumn &column, RowIndex diagonal_row, Fractional diagonal_value)operations_research::glop::TriangularMatrix
ApplyRowPermutationToNonDiagonalEntries(const RowPermutation &row_perm)operations_research::glop::TriangularMatrix
ColumnIsDiagonalOnly(ColIndex col) constoperations_research::glop::TriangularMatrixinline
ComputeInverseInfinityNorm() constoperations_research::glop::TriangularMatrix
ComputeInverseInfinityNormUpperBound() constoperations_research::glop::TriangularMatrix
ComputeRowsToConsiderInSortedOrder(RowIndexVector *non_zero_rows) constoperations_research::glop::TriangularMatrix
ComputeRowsToConsiderWithDfs(RowIndexVector *non_zero_rows) constoperations_research::glop::TriangularMatrix
CopyColumnToSparseColumn(ColIndex col, SparseColumn *output) constoperations_research::glop::TriangularMatrix
CopyToSparseMatrix(SparseMatrix *output) constoperations_research::glop::TriangularMatrix
GetDiagonalCoefficient(ColIndex col) constoperations_research::glop::TriangularMatrixinline
GetFirstNonIdentityColumn() constoperations_research::glop::TriangularMatrixinline
HyperSparseSolve(DenseColumn *rhs, RowIndexVector *non_zero_rows) constoperations_research::glop::TriangularMatrix
HyperSparseSolveWithReversedNonZeros(DenseColumn *rhs, RowIndexVector *non_zero_rows) constoperations_research::glop::TriangularMatrix
IsEmpty() constoperations_research::glop::TriangularMatrixinline
IsLowerTriangular() constoperations_research::glop::TriangularMatrix
IsUpperTriangular() constoperations_research::glop::TriangularMatrix
LowerSolve(DenseColumn *rhs) constoperations_research::glop::TriangularMatrix
LowerSolveStartingAt(ColIndex start, DenseColumn *rhs) constoperations_research::glop::TriangularMatrix
num_cols() constoperations_research::glop::TriangularMatrixinline
num_entries() constoperations_research::glop::TriangularMatrixinline
num_rows() constoperations_research::glop::TriangularMatrixinline
NumFpOperationsInLastPermutedLowerSparseSolve() constoperations_research::glop::TriangularMatrixinline
operator=(const TriangularMatrix &)=deleteoperations_research::glop::TriangularMatrix
operations_research::glop::CompactSparseMatrix::operator=(const CompactSparseMatrix &)=deleteoperations_research::glop::CompactSparseMatrixprivate
PermutedComputeRowsToConsider(const ColumnView &rhs, const RowPermutation &row_perm, RowIndexVector *lower_column_rows, RowIndexVector *upper_column_rows)operations_research::glop::TriangularMatrix
PermutedLowerSolve(const SparseColumn &rhs, const RowPermutation &row_perm, const RowMapping &partial_inverse_row_perm, SparseColumn *lower, SparseColumn *upper) constoperations_research::glop::TriangularMatrix
PermutedLowerSparseSolve(const ColumnView &rhs, const RowPermutation &row_perm, SparseColumn *lower, SparseColumn *upper)operations_research::glop::TriangularMatrix
PopulateFromTranspose(const TriangularMatrix &input)operations_research::glop::TriangularMatrix
operations_research::glop::CompactSparseMatrix::PopulateFromTranspose(const CompactSparseMatrix &input)operations_research::glop::CompactSparseMatrixprivate
PopulateFromTriangularSparseMatrix(const SparseMatrix &input)operations_research::glop::TriangularMatrix
Reset(RowIndex num_rows, ColIndex col_capacity)operations_research::glop::TriangularMatrix
operations_research::glop::CompactSparseMatrix::Reset(RowIndex num_rows)operations_research::glop::CompactSparseMatrixprivate
Swap(TriangularMatrix *other)operations_research::glop::TriangularMatrix
operations_research::glop::CompactSparseMatrix::Swap(CompactSparseMatrix *other)operations_research::glop::CompactSparseMatrixprivate
TransposeHyperSparseSolve(DenseColumn *rhs, RowIndexVector *non_zero_rows) constoperations_research::glop::TriangularMatrix
TransposeHyperSparseSolveWithReversedNonZeros(DenseColumn *rhs, RowIndexVector *non_zero_rows) constoperations_research::glop::TriangularMatrix
TransposeLowerSolve(DenseColumn *rhs) constoperations_research::glop::TriangularMatrix
TransposeUpperSolve(DenseColumn *rhs) constoperations_research::glop::TriangularMatrix
TriangularMatrix()operations_research::glop::TriangularMatrixinline
TriangularMatrix(const TriangularMatrix &)=deleteoperations_research::glop::TriangularMatrix
UpperSolve(DenseColumn *rhs) constoperations_research::glop::TriangularMatrix