OR-Tools  9.2
matrix_utils.cc File Reference

Go to the source code of this file.

Namespaces

 operations_research
 Collection of objects used to extend the Constraint Solver library.
 
 operations_research::glop
 

Functions

ColMapping FindProportionalColumns (const SparseMatrix &matrix, Fractional tolerance)
 
ColMapping FindProportionalColumnsUsingSimpleAlgorithm (const SparseMatrix &matrix, Fractional tolerance)
 
bool AreFirstColumnsAndRowsExactlyEquals (RowIndex num_rows, ColIndex num_cols, const SparseMatrix &matrix_a, const CompactSparseMatrix &matrix_b)
 
bool IsRightMostSquareMatrixIdentity (const SparseMatrix &matrix)
 

Variable Documentation

◆ col

ColIndex col

Definition at line 60 of file matrix_utils.cc.

◆ hash

int64_t hash

Definition at line 61 of file matrix_utils.cc.

◆ value

double value

Definition at line 62 of file matrix_utils.cc.