2020-09-02 09:42:51 +02:00
<!-- HTML header for doxygen 1.8.18 -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=9" / >
2022-01-16 18:02:36 +01:00
< meta name = "generator" content = "Doxygen 1.8.15" / >
2020-09-02 09:42:51 +02:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< title > OR-Tools: lu_factorization.h Source File< / title >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
< link href = "navtree.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "resize.js" > < / script >
< script type = "text/javascript" src = "navtreedata.js" > < / script >
< script type = "text/javascript" src = "navtree.js" > < / script >
2022-01-16 18:02:36 +01:00
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(initResizable);
/* @license-end */< / script >
2020-09-02 09:42:51 +02:00
< link href = "search/search.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "search/searchdata.js" > < / script >
< script type = "text/javascript" src = "search/search.js" > < / script >
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< link href = "styleSheet.tmp.css" rel = "stylesheet" type = "text/css" / >
< / head >
< body >
< div id = "top" > <!-- do not remove this div, it is closed by doxygen! -->
< div id = "titlearea" >
< table cellspacing = "0" cellpadding = "0" >
< tbody >
< tr style = "height: 56px;" >
< td id = "projectlogo" > < img alt = "Logo" src = "orLogo.png" / > < / td >
< td id = "projectalign" style = "padding-left: 0.5em;" >
< div id = "projectname" > OR-Tools
2021-12-14 13:41:01 +01:00
  < span id = "projectnumber" > 9.2< / span >
2020-09-02 09:42:51 +02:00
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
2022-01-16 18:02:36 +01:00
<!-- Generated by Doxygen 1.8.15 -->
2020-09-02 09:42:51 +02:00
< script type = "text/javascript" >
2022-01-16 18:02:36 +01:00
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
2020-09-02 09:42:51 +02:00
/* @license-end */
< / script >
< script type = "text/javascript" src = "menudata.js" > < / script >
< script type = "text/javascript" src = "menu.js" > < / script >
< script type = "text/javascript" >
2022-01-16 18:02:36 +01:00
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
2020-09-02 09:42:51 +02:00
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
2022-01-16 18:02:36 +01:00
/* @license-end */< / script >
2020-09-02 09:42:51 +02:00
< div id = "main-nav" > < / div >
< / div > <!-- top -->
< div id = "side-nav" class = "ui-resizable side-nav-resizable" >
< div id = "nav-tree" >
< div id = "nav-tree-contents" >
< div id = "nav-sync" class = "sync" > < / div >
< / div >
< / div >
< div id = "splitbar" style = "-moz-user-select:none;"
class="ui-resizable-handle">
< / div >
< / div >
< script type = "text/javascript" >
2022-01-16 18:02:36 +01:00
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('lu__factorization_8h_source.html','');});
2020-09-02 09:42:51 +02:00
/* @license-end */
< / script >
< div id = "doc-content" >
<!-- window showing the filter options -->
< div id = "MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
< / div >
<!-- iframe showing the search results (closed by default) -->
< div id = "MSearchResultsWindow" >
< iframe src = "javascript:void(0)" frameborder = "0"
name="MSearchResults" id="MSearchResults">
< / iframe >
< / div >
< div class = "header" >
2022-01-16 18:02:36 +01:00
< div class = "headertitle" >
< div class = "title" > lu_factorization.h< / div > < / div >
2020-09-02 09:42:51 +02:00
< / div > <!-- header -->
< div class = "contents" >
2022-01-16 18:02:36 +01:00
< a href = "lu__factorization_8h.html" > Go to the documentation of this file.< / a > < div class = "fragment" > < div class = "line" > < a name = "l00001" > < / a > < span class = "lineno" > 1< / span >   < span class = "comment" > // Copyright 2010-2021 Google LLC< / span > < / div > < div class = "line" > < a name = "l00002" > < / a > < span class = "lineno" > 2< / span >   < span class = "comment" > // Licensed under the Apache License, Version 2.0 (the " License" );< / span > < / div > < div class = "line" > < a name = "l00003" > < / a > < span class = "lineno" > 3< / span >   < span class = "comment" > // you may not use this file except in compliance with the License.< / span > < / div > < div class = "line" > < a name = "l00004" > < / a > < span class = "lineno" > 4< / span >   < span class = "comment" > // You may obtain a copy of the License at< / span > < / div > < div class = "line" > < a name = "l00005" > < / a > < span class = "lineno" > 5< / span >   < span class = "comment" > //< / span > < / div > < div class = "line" > < a name = "l00006" > < / a > < span class = "lineno" > 6< / span >   < span class = "comment" > // http://www.apache.org/licenses/LICENSE-2.0< / span > < / div > < div class = "line" > < a name = "l00007" > < / a > < span class = "lineno" > 7< / span >   < span class = "comment" > //< / span > < / div > < div class = "line" > < a name = "l00008" > < / a > < span class = "lineno" > 8< / span >   < span class = "comment" > // Unless required by applicable law or agreed to in writing, software< / span > < / div > < div class = "line" > < a name = "l00009" > < / a > < span class = "lineno" > 9< / span >   < span class = "comment" > // distributed under the License is distributed on an " AS IS" BASIS,< / span > < / div > < div class = "line" > < a name = "l00010" > < / a > < span class = "lineno" > 10< / span >   < span class = "comment" > // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.< / span > < / div > < div class = "line" > < a name = "l00011" > < / a > < span class = "lineno" > 11< / span >   < span class = "comment" > // See the License for the specific language governing permissions and< / span > < / div > < div class = "line" > < a name = "l00012" > < / a > < span class = "lineno" > 12< / span >   < span class = "comment" > // limitations under the License.< / span > < / div > < div class = "line" > < a name = "l00013" > < / a > < span class = "lineno" > 13< / span >   < / div > < div class = "line" > < a name = "l00014" > < / a > < span class = "lineno" > 14< / span >   < span class = "preprocessor" > #ifndef OR_TOOLS_GLOP_LU_FACTORIZATION_H_< / span > < / div > < div class = "line" > < a name = "l00015" > < / a > < span class = "lineno" > 15< / span >   < span class = "preprocessor" > #define OR_TOOLS_GLOP_LU_FACTORIZATION_H_< / span > < / div > < div class = "line" > < a name = "l00016" > < / a > < span class = "lineno" > 16< / span >   < / div > < div class = "line" > < a name = "l00017" > < / a > < span class = "lineno" > 17< / span >   < span class = "preprocessor" > #include " < a class = "code" href = "markowitz_8h.html" > ortools/glop/markowitz.h< / a > " < / span > < / div > < div class = "line" > < a name = "l00018" > < / a > < span class = "lineno" > 18< / span >   < span class = "preprocessor" > #include " < a class = "code" href = "parameters_8pb_8h.html" > ortools/glop/parameters.pb.h< / a > " < / span > < / div > < div class = "line" > < a name = "l00019" > < / a > < span class = "lineno" > 19< / span >   < span class = "preprocessor" > #include " < a class = "code" href = "status_8h.html" > ortools/glop/status.h< / a > " < / span > < / div > < div class = "line" > < a name = "l00020" > < / a > < span class = "lineno" > 20< / span >   < span class = "preprocessor" > #include " < a class = "code" href = "lp__types_8h.html" > ortools/lp_data/lp_types.h< / a > " < / span > < / div > < div class = "line" > < a name = "l00021" > < / a > < span class = "lineno" > 21< / span >   < span class = "preprocessor" > #include " < a class = "code" href = "lp__data_2permutation_8h.html" > ortools/lp_data/permutation.h< / a > " < / span > < / div > < div class = "line" > < a name = "l00022" > < / a > < span class = "lineno" > 22< / span >   < span class = "preprocessor" > #include " < a class = "code" href = "scattered__vector_8h.html" > ortools/lp_data/scattered_vector.h< / a > " < / span > < / div > < div class = "line" > < a name = "l00023" > < / a > < span class = "lineno" > 23< / span >   < span class = "preprocessor" > #include " < a class = "code" href = "sparse_8h.html" > ortools/lp_data/sparse.h< / a > " < / span > < / div > < div class = "line" > < a name = "l00024" > < / a > < span class = "lineno" > 2
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_lu_factorization_html_a3c3fa8faef594bd4a249b4aaa5e32d8e" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_lu_factorization.html#a3c3fa8faef594bd4a249b4aaa5e32d8e" > operations_research::glop::LuFactorization::ComputeInitialBasis< / a > < / div > < div class = "ttdeci" > RowToColMapping ComputeInitialBasis(const CompactSparseMatrix & matrix, const std::vector< ColIndex > & candidates)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lu__factorization_8cc_source.html#l00068" > lu_factorization.cc:68< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_lu_factorization_html_a6b5f31c4068711b8e6823f4888f410ce" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_lu_factorization.html#a6b5f31c4068711b8e6823f4888f410ce" > operations_research::glop::LuFactorization::LeftSolve< / a > < / div > < div class = "ttdeci" > void LeftSolve(DenseRow *y) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lu__factorization_8cc_source.html#l00109" > lu_factorization.cc:109< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_lu_factorization_html_ace58a4f9d6a147c3455ff8dc029537c4" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_lu_factorization.html#ace58a4f9d6a147c3455ff8dc029537c4" > operations_research::glop::LuFactorization::ComputeFactorization< / a > < / div > < div class = "ttdeci" > ABSL_MUST_USE_RESULT Status ComputeFactorization(const CompactSparseMatrixView & compact_matrix)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lu__factorization_8cc_source.html#l00044" > lu_factorization.cc:44< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_lu_factorization_html_a1ea8d0a49dad57416810ab7b1a2e2108" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_lu_factorization.html#a1ea8d0a49dad57416810ab7b1a2e2108" > operations_research::glop::LuFactorization::LeftSolveUWithNonZeros< / a > < / div > < div class = "ttdeci" > void LeftSolveUWithNonZeros(ScatteredRow *y) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lu__factorization_8cc_source.html#l00317" > lu_factorization.cc:317< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_lu_factorization_html_a56d08f5289eea3f018dca5b93b6fca6b" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_lu_factorization.html#a56d08f5289eea3f018dca5b93b6fca6b" > operations_research::glop::LuFactorization::GetColumnPermutation< / a > < / div > < div class = "ttdeci" > const ColumnPermutation & GetColumnPermutation() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lu__factorization_8h_source.html#l00066" > lu_factorization.h:66< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_permutation_html_ac8bb3912a3ce86b15842e79d0b421204" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_permutation.html#ac8bb3912a3ce86b15842e79d0b421204" > operations_research::glop::Permutation::clear< / a > < / div > < div class = "ttdeci" > void clear()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lp__data_2permutation_8h_source.html#l00053" > lp_data/permutation.h:53< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_lu_factorization_html_af03b66d5eb557d6d95ad01d446c2cba8" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_lu_factorization.html#af03b66d5eb557d6d95ad01d446c2cba8" > operations_research::glop::LuFactorization::ComputeOneNormConditionNumber< / a > < / div > < div class = "ttdeci" > Fractional ComputeOneNormConditionNumber(const CompactSparseMatrixView & matrix) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lu__factorization_8cc_source.html#l00535" > lu_factorization.cc:535< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_lu_factorization_html_a3042b0778d3d901556345438e482d88a" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_lu_factorization.html#a3042b0778d3d901556345438e482d88a" > operations_research::glop::LuFactorization::GetColumnOfU< / a > < / div > < div class = "ttdeci" > const SparseColumn & GetColumnOfU(ColIndex col) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lu__factorization_8cc_source.html#l00453" > lu_factorization.cc:453< / a > < / div > < / div >
< div class = "ttc" id = "markowitz_8cc_html_aa9d6c98fdf8d89b0e2321fda02adc82c" > < div class = "ttname" > < a href = "markowitz_8cc.html#aa9d6c98fdf8d89b0e2321fda02adc82c" > col< / a > < / div > < div class = "ttdeci" > ColIndex col< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "markowitz_8cc_source.html#l00183" > markowitz.cc:183< / a > < / div > < / div >
< div class = "ttc" id = "namespaceoperations__research_1_1glop_html_a733947145e3e1631165b618b05c9ccb7" > < div class = "ttname" > < a href = "namespaceoperations__research_1_1glop.html#a733947145e3e1631165b618b05c9ccb7" > operations_research::glop::Fractional< / a > < / div > < div class = "ttdeci" > double Fractional< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lp__types_8h_source.html#l00078" > lp_types.h:78< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_lu_factorization_html_a6ec53ed3afa3d8affb6941568dcfec76" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_lu_factorization.html#a6ec53ed3afa3d8affb6941568dcfec76" > operations_research::glop::LuFactorization::RightSolve< / a > < / div > < div class = "ttdeci" > void RightSolve(DenseColumn *x) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lu__factorization_8cc_source.html#l00099" > lu_factorization.cc:99< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_lu_factorization_html_aa71d36872f416feaa853788a7a7a7ef8" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_lu_factorization.html#aa71d36872f416feaa853788a7a7a7ef8" > operations_research::glop::LuFactorization::Clear< / a > < / div > < div class = "ttdeci" > void Clear()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lu__factorization_8cc_source.html#l00031" > lu_factorization.cc:31< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_compact_sparse_matrix_html" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_compact_sparse_matrix.html" > operations_research::glop::CompactSparseMatrix< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sparse_8h_source.html#l00289" > sparse.h:289< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_lu_factorization_html_a5a3f1ad730713e296dcbbed8b1123130" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_lu_factorization.html#a5a3f1ad730713e296dcbbed8b1123130" > operations_research::glop::LuFactorization::row_perm< / a > < / div > < div class = "ttdeci" > const RowPermutation & row_perm() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lu__factorization_8h_source.html#l00220" > lu_factorization.h:220< / a > < / div > < / div >
< div class = "ttc" id = "markowitz_8cc_html_aea35f36ba98d5bbd8d033382f50c9e52" > < div class = "ttname" > < a href = "markowitz_8cc.html#aea35f36ba98d5bbd8d033382f50c9e52" > row< / a > < / div > < div class = "ttdeci" > RowIndex row< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "markowitz_8cc_source.html#l00182" > markowitz.cc:182< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_lu_factorization_html_ad91a397910de30b87b9fb45298fa5c58" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_lu_factorization.html#ad91a397910de30b87b9fb45298fa5c58" > operations_research::glop::LuFactorization::SetColumnPermutationToIdentity< / a > < / div > < div class = "ttdeci" > void SetColumnPermutationToIdentity()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lu__factorization_8h_source.html#l00072" > lu_factorization.h:72< / a > < / div > < / div >
< div class = "ttc" id = "sparse_8h_html" > < div class = "ttname" > < a href = "sparse_8h.html" > sparse.h< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_permutation_html" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_permutation.html" > operations_research::glop::Permutation< ColIndex > < / a > < / div > < / div >
< div class = "ttc" id = "lp__data_2permutation_8h_html" > < div class = "ttname" > < a href = "lp__data_2permutation_8h.html" > permutation.h< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_lu_factorization_html_a577c37faff9567f86849dd74c3fcf4ac" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_lu_factorization.html#a577c37faff9567f86849dd74c3fcf4ac" > operations_research::glop::LuFactorization::RightSolveUWithNonZeros< / a > < / div > < div class = "ttdeci" > void RightSolveUWithNonZeros(ScatteredColumn *x) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lu__factorization_8cc_source.html#l00333" > lu_factorization.cc:333< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_markowitz_html_ae7202d055b6b172a8a1da4f5b136f9ea" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_markowitz.html#ae7202d055b6b172a8a1da4f5b136f9ea" > operations_research::glop::Markowitz::SetParameters< / a > < / div > < div class = "ttdeci" > void SetParameters(const GlopParameters & parameters)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "markowitz_8h_source.html#l00313" > markowitz.h:313< / a > < / div > < / div >
< div class = "ttc" id = "namespaceoperations__research_1_1glop_html_a6b1b56ad0cb77edbd314f2bec33b467a" > < div class = "ttname" > < a href = "namespaceoperations__research_1_1glop.html#a6b1b56ad0cb77edbd314f2bec33b467a" > operations_research::glop::ColumnPermutation< / a > < / div > < div class = "ttdeci" > Permutation< ColIndex > ColumnPermutation< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lp__data_2permutation_8h_source.html#l00095" > lp_data/permutation.h:95< / a > < / div > < / div >
< div class = "ttc" id = "constraint__solver_2table_8cc_html_a9293e4d29cac928301645070dd307683" > < div class = "ttname" > < a href = "constraint__solver_2table_8cc.html#a9293e4d29cac928301645070dd307683" > b< / a > < / div > < div class = "ttdeci" > int64_t b< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "constraint__solver_2table_8cc_source.html#l00047" > constraint_solver/table.cc:47< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_lu_factorization_html_af0b37b89dc1909384e822287c1091aa0" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_lu_factorization.html#af0b37b89dc1909384e822287c1091aa0" > operations_research::glop::LuFactorization::LuFactorization< / a > < / div > < div class = "ttdeci" > LuFactorization()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lu__factorization_8cc_source.html#l00024" > lu_factorization.cc:24< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_sparse_matrix_html_aa1c2872fa7d491d4c093c8b2124a53b9" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_sparse_matrix.html#aa1c2872fa7d491d4c093c8b2124a53b9" > operations_research::glop::SparseMatrix::PopulateFromProduct< / a > < / div > < div class = "ttdeci" > void PopulateFromProduct(const SparseMatrix & a, const SparseMatrix & b)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sparse_8cc_source.html#l00250" > sparse.cc:250< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_lu_factorization_html_a4bf241af6b1844669171d6e170ef991d" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_lu_factorization.html#a4bf241af6b1844669171d6e170ef991d" > operations_research::glop::LuFactorization::RightSolveSquaredNorm< / a > < / div > < div class = "ttdeci" > Fractional RightSolveSquaredNorm(const ColumnView & a) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lu__factorization_8cc_source.html#l00141" > lu_factorization.cc:141< / a > < / div > < / div >
< div class = "ttc" id = "stats_8h_html" > < div class = "ttname" > < a href = "stats_8h.html" > stats.h< / a > < / div > < / div >
< div class = "ttc" id = "parameters_8pb_8h_html" > < div class = "ttname" > < a href = "parameters_8pb_8h.html" > parameters.pb.h< / a > < / div > < / div >
< div class = "ttc" id = "structoperations__research_1_1glop_1_1_scattered_row_html" > < div class = "ttname" > < a href = "structoperations__research_1_1glop_1_1_scattered_row.html" > operations_research::glop::ScatteredRow< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "scattered__vector_8h_source.html#l00198" > scattered_vector.h:198< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_triangular_matrix_html_a138580a401252ec46ad8e08925e4e92e" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_triangular_matrix.html#a138580a401252ec46ad8e08925e4e92e" > operations_research::glop::TriangularMatrix::CopyToSparseMatrix< / a > < / div > < div class = "ttdeci" > void CopyToSparseMatrix(SparseMatrix *output) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sparse_8cc_source.html#l00757" > sparse.cc:757< / a > < / div > < / div >
< div class = "ttc" id = "namespaceoperations__research_1_1glop_html_ae5fa9e57c2d31b294195ed8a9e17bfac" > < div class = "ttname" > < a href = "namespaceoperations__research_1_1glop.html#ae5fa9e57c2d31b294195ed8a9e17bfac" > operations_research::glop::DenseColumn< / a > < / div > < div class = "ttdeci" > StrictITIVector< RowIndex, Fractional > DenseColumn< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lp__types_8h_source.html#l00332" > lp_types.h:332< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_lu_factorization_html_a9b738f6b485a4d4ef866b8d82ac07876" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_lu_factorization.html#a9b738f6b485a4d4ef866b8d82ac07876" > operations_research::glop::LuFactorization::DualEdgeSquaredNorm< / a > < / div > < div class = "ttdeci" > Fractional DualEdgeSquaredNorm(RowIndex row) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lu__factorization_8cc_source.html#l00172" > lu_factorization.cc:172< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_lu_factorization_html_a864ad5596d017729a4ca349fed8949a8" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_lu_factorization.html#a864ad5596d017729a4ca349fed8949a8" > operations_research::glop::LuFactorization::inverse_col_perm< / a > < / div > < div class = "ttdeci" > const ColumnPermutation & inverse_col_perm() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lu__factorization_8h_source.html#l00221" > lu_factorization.h:221< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_lu_factorization_html_a6c5735e4c25655dd4533504d22b1d66c" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_lu_factorization.html#a6c5735e4c25655dd4533504d22b1d66c" > operations_research::glop::LuFactorization::LeftSolveLWithNonZeros< / a > < / div > < div class = "ttdeci" > bool LeftSolveLWithNonZeros(ScatteredRow *y, ScatteredColumn *result_before_permutation) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lu__factorization_8cc_source.html#l00351" > lu_factorization.cc:351< / a > < / div > < / div >
< div class = "ttc" id = "markowitz_8h_html" > < div class = "ttname" > < a href = "markowitz_8h.html" > markowitz.h< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_sparse_column_html" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_sparse_column.html" > operations_research::glop::SparseColumn< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sparse__column_8h_source.html#l00044" > sparse_column.h:44< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_lu_factorization_html_ad9e11229fed5416bf22fb3b4fa65f4c1" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_lu_factorization.html#ad9e11229fed5416bf22fb3b4fa65f4c1" > operations_research::glop::LuFactorization::NumberOfEntries< / a > < / div > < div class = "ttdeci" > EntryIndex NumberOfEntries() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lu__factorization_8cc_source.html#l00474" > lu_factorization.cc:474< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_lu_factorization_html_a05d6979828b99ac719553f75335a1937" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_lu_factorization.html#a05d6979828b99ac719553f75335a1937" > operations_research::glop::LuFactorization::ComputeInverseOneNorm< / a > < / div > < div class = "ttdeci" > Fractional ComputeInverseOneNorm() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lu__factorization_8cc_source.html#l00491" > lu_factorization.cc:491< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_status_html" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_status.html" > operations_research::glop::Status< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "status_8h_source.html#l00026" > status.h:26< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_lu_factorization_html_a40757145002c85d47ad8df1b53707661" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_lu_factorization.html#a40757145002c85d47ad8df1b53707661" > operations_research::glop::LuFactorization::RightSolveLForColumnView< / a > < / div > < div class = "ttdeci" > void RightSolveLForColumnView(const ColumnView & b, ScatteredColumn *x) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lu__factorization_8cc_source.html#l00263" > lu_factorization.cc:263< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_lu_factorization_html_a43e095088501053427e317e905d5fc83" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_lu_factorization.html#a43e095088501053427e317e905d5fc83" > operations_research::glop::LuFactorization::RightSolveLWithPermutedInput< / a > < / div > < div class = "ttdeci" > void RightSolveLWithPermutedInput(const DenseColumn & a, ScatteredColumn *x) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lu__factorization_8cc_source.html#l00215" > lu_factorization.cc:215< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_lu_factorization_html" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_lu_factorization.html" > operations_research::glop::LuFactorization< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lu__factorization_8h_source.html#l00034" > lu_factorization.h:34< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1_integer_distribution_html" > < div class = "ttname" > < a href = "classoperations__research_1_1_integer_distribution.html" > operations_research::IntegerDistribution< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "stats_8h_source.html#l00287" > stats.h:287< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_lu_factorization_html_aa1222207079d0d679ef52f8b465cd00a" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_lu_factorization.html#aa1222207079d0d679ef52f8b465cd00a" > operations_research::glop::LuFactorization::RightSolveLForScatteredColumn< / a > < / div > < div class = "ttdeci" > void RightSolveLForScatteredColumn(const ScatteredColumn & b, ScatteredColumn *x) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lu__factorization_8cc_source.html#l00298" > lu_factorization.cc:298< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_strict_i_t_i_vector_html" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_strict_i_t_i_vector.html" > operations_research::glop::StrictITIVector< RowIndex, ColIndex > < / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_lu_factorization_html_adbf20cf678d328e6b36c8bb43dc499cf" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_lu_factorization.html#adbf20cf678d328e6b36c8bb43dc499cf" > operations_research::glop::LuFactorization::IsIdentityFactorization< / a > < / div > < div class = "ttdeci" > bool IsIdentityFactorization()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lu__factorization_8h_source.html#l00041" > lu_factorization.h:41< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_lu_factorization_html_aa40655f0310c3616632354ffeb7d466e" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_lu_factorization.html#aa40655f0310c3616632354ffeb7d466e" > operations_research::glop::LuFactorization::ComputeDeterminant< / a > < / div > < div class = "ttdeci" > Fractional ComputeDeterminant() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lu__factorization_8cc_source.html#l00480" > lu_factorization.cc:480< / a > < / div > < / div >
< div class = "ttc" id = "structoperations__research_1_1glop_1_1_scattered_column_html" > < div class = "ttname" > < a href = "structoperations__research_1_1glop_1_1_scattered_column.html" > operations_research::glop::ScatteredColumn< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "scattered__vector_8h_source.html#l00196" > scattered_vector.h:196< / a > < / div > < / div >
< div class = "ttc" id = "sparse__column_8h_html" > < div class = "ttname" > < a href = "sparse__column_8h.html" > sparse_column.h< / a > < / div > < / div >
< div class = "ttc" id = "status_8h_html" > < div class = "ttname" > < a href = "status_8h.html" > status.h< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_lu_factorization_html_a4523b56a271bfeb588757e64e4bf1425" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_lu_factorization.html#a4523b56a271bfeb588757e64e4bf1425" > operations_research::glop::LuFactorization::GetFillInPercentage< / a > < / div > < div class = "ttdeci" > double GetFillInPercentage(const CompactSparseMatrixView & matrix) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lu__factorization_8cc_source.html#l00464" > lu_factorization.cc:464< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1_ratio_distribution_html" > < div class = "ttname" > < a href = "classoperations__research_1_1_ratio_distribution.html" > operations_research::RatioDistribution< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "stats_8h_source.html#l00263" > stats.h:263< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_lu_factorization_html_acd3d874c6fe9195587688508b6cd0305" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_lu_factorization.html#acd3d874c6fe9195587688508b6cd0305" > operations_research::glop::LuFactorization::ComputeLowerTimesUpper< / a > < / div > < div class = "ttdeci" > void ComputeLowerTimesUpper(SparseMatrix *product) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lu__factorization_8h_source.html#l00209" > lu_factorization.h:209< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_lu_factorization_html_a3a6bb95b9009b1c578a27e6139d52696" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_lu_factorization.html#a3a6bb95b9009b1c578a27e6139d52696" > operations_research::glop::LuFactorization::ComputeInverseInfinityNorm< / a > < / div > < div class = "ttdeci" > Fractional ComputeInverseInfinityNorm() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lu__factorization_8cc_source.html#l00512" > lu_factorization.cc:512< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_lu_factorization_html_aa35c31899babb961a8100bc605136424" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_lu_factorization.html#aa35c31899babb961a8100bc605136424" > operations_research::glop::LuFactorization::RightSolveLWithNonZeros< / a > < / div > < div class = "ttdeci" > void RightSolveLWithNonZeros(ScatteredColumn *x) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lu__factorization_8cc_source.html#l00279" > lu_factorization.cc:279< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_lu_factorization_html_a627511bf305a6af5d7e114817c1792c2" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_lu_factorization.html#a627511bf305a6af5d7e114817c1792c2" > operations_research::glop::LuFactorization::DeterministicTimeOfLastFactorization< / a > < / div > < div class = "ttdeci" > double DeterministicTimeOfLastFactorization() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lu__factorization_8cc_source.html#l00095" > lu_factorization.cc:95< / a > < / div > < / div >
< div class = "ttc" id = "namespaceoperations__research_html" > < div class = "ttname" > < a href = "namespaceoperations__research.html" > operations_research< / a > < / div > < div class = "ttdoc" > Collection of objects used to extend the Constraint Solver library.< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "dense__doubly__linked__list_8h_source.html#l00021" > dense_doubly_linked_list.h:21< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_lu_factorization_html_ae7202d055b6b172a8a1da4f5b136f9ea" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_lu_factorization.html#ae7202d055b6b172a8a1da4f5b136f9ea" > operations_research::glop::LuFactorization::SetParameters< / a > < / div > < div class = "ttdeci" > void SetParameters(const GlopParameters & parameters)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lu__factorization_8h_source.html#l00196" > lu_factorization.h:196< / a > < / div > < / div >
< div class = "ttc" id = "cp__model__fz__solver_8cc_html_a10a1eab179b472c030bdc2a2efef7219" > < div class = "ttname" > < a href = "cp__model__fz__solver_8cc.html#a10a1eab179b472c030bdc2a2efef7219" > parameters< / a > < / div > < div class = "ttdeci" > SatParameters parameters< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "cp__model__fz__solver_8cc_source.html#l00120" > cp_model_fz_solver.cc:120< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_lu_factorization_html_af9bc435481ae9e6e60d66a65d5394a7f" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_lu_factorization.html#af9bc435481ae9e6e60d66a65d5394a7f" > operations_research::glop::LuFactorization::StatString< / a > < / div > < div class = "ttdeci" > std::string StatString() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lu__factorization_8h_source.html#l00202" > lu_factorization.h:202< / a > < / div > < / div >
< div class = "ttc" id = "namespaceoperations__research_1_1glop_html_ae69267cf0653a77925ee13121b9857ec" > < div class = "ttname" > < a href = "namespaceoperations__research_1_1glop.html#ae69267cf0653a77925ee13121b9857ec" > operations_research::glop::RowPermutation< / a > < / div > < div class = "ttdeci" > Permutation< RowIndex > RowPermutation< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lp__data_2permutation_8h_source.html#l00094" > lp_data/permutation.h:94< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_sparse_matrix_html" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_sparse_matrix.html" > operations_research::glop::SparseMatrix< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sparse_8h_source.html#l00062" > sparse.h:62< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_markowitz_html_af9bc435481ae9e6e60d66a65d5394a7f" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_markowitz.html#af9bc435481ae9e6e60d66a65d5394a7f" > operations_research::glop::Markowitz::StatString< / a > < / div > < div class = "ttdeci" > std::string StatString() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "markowitz_8h_source.html#l00310" > markowitz.h:310< / a > < / div > < / div >
< div class = "ttc" id = "lp__types_8h_html" > < div class = "ttname" > < a href = "lp__types_8h.html" > lp_types.h< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_glop_parameters_html" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_glop_parameters.html" > operations_research::glop::GlopParameters< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "parameters_8pb_8h_source.html#l00194" > parameters.pb.h:194< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1_stats_group_html" > < div class = "ttname" > < a href = "classoperations__research_1_1_stats_group.html" > operations_research::StatsGroup< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "stats_8h_source.html#l00131" > stats.h:131< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_lu_factorization_html_ada69c9026d5d933471bf27c9ad2d1b38" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_lu_factorization.html#ada69c9026d5d933471bf27c9ad2d1b38" > operations_research::glop::LuFactorization::ComputeInverseInfinityNormUpperBound< / a > < / div > < div class = "ttdeci" > Fractional ComputeInverseInfinityNormUpperBound() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lu__factorization_8cc_source.html#l00547" > lu_factorization.cc:547< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_lu_factorization_html_ac22943ff00ae631c58ad2c42932d4657" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_lu_factorization.html#ac22943ff00ae631c58ad2c42932d4657" > operations_research::glop::LuFactorization::ComputeInfinityNormConditionNumber< / a > < / div > < div class = "ttdeci" > Fractional ComputeInfinityNormConditionNumber(const CompactSparseMatrixView & matrix) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lu__factorization_8cc_source.html#l00541" > lu_factorization.cc:541< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_column_view_html" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_column_view.html" > operations_research::glop::ColumnView< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sparse__column_8h_source.html#l00065" > sparse_column.h:65< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_lu_factorization_html_a9438a3ceb0327c1bd75ff3b4fa58d3b0" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_lu_factorization.html#a9438a3ceb0327c1bd75ff3b4fa58d3b0" > operations_research::glop::LuFactorization::LeftSolveUForUnitRow< / a > < / div > < div class = "ttdeci" > ColIndex LeftSolveUForUnitRow(ColIndex col, ScatteredRow *y) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lu__factorization_8cc_source.html#l00420" > lu_factorization.cc:420< / a > < / div > < / div >
< div class = "ttc" id = "constraint__solver_2table_8cc_html_acb18315d548212835cd8ed4287e6c0b6" > < div class = "ttname" > < a href = "constraint__solver_2table_8cc.html#acb18315d548212835cd8ed4287e6c0b6" > a< / a > < / div > < div class = "ttdeci" > int64_t a< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "constraint__solver_2table_8cc_source.html#l00046" > constraint_solver/table.cc:46< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_compact_sparse_matrix_view_html" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_compact_sparse_matrix_view.html" > operations_research::glop::CompactSparseMatrixView< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sparse_8h_source.html#l00476" > sparse.h:476< / a > < / div > < / div >
2021-01-26 11:28:50 +01:00
< / div > <!-- fragment --> < / div > <!-- contents -->
< / div > <!-- doc - content -->
2020-09-02 09:42:51 +02:00
<!-- HTML footer for doxygen 1.8.18 -->
<!-- start footer part -->
< div id = "nav-path" class = "navpath" > <!-- id is needed for treeview function! -->
< ul >
< li class = "navelem" > < a class = "el" href = "dir_a7cc1eeded8f693d0da6c729bc88c45a.html" > ortools< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_747248fa8ec2ebcb4d8ad85ced34db0b.html" > glop< / a > < / li > < li class = "navelem" > < a class = "el" href = "lu__factorization_8h.html" > lu_factorization.h< / a > < / li >
< li class = "footer" > Generated by
< a href = "http://www.doxygen.org/index.html" >
2022-01-16 18:02:36 +01:00
< img class = "footer" src = "doxygen.png" alt = "doxygen" / > < / a > 1.8.15 < / li >
2020-09-02 09:42:51 +02:00
< / ul >
< / div >
< / body >
< / html >