7#ifndef CYCLUS_SRC_L_MATRIX_H_
8#define CYCLUS_SRC_L_MATRIX_H_
28 const long double&
operator()(
int i,
int j)
const;
33 void AddRow(std::vector<long double>
46 std::vector< std::vector<long double> >
const LMatrix & operator*=(const LMatrix &rhs)
const LMatrix & operator=(const LMatrix &rhs)
void SetElement(int i, int j, long double aij)
void AddRow(std::vector< long double > row)
const LMatrix & operator-=(const LMatrix &rhs)
friend LMatrix operator^(const LMatrix &A, const int k)
friend LMatrix operator*(const long double k, const LMatrix &A)
const long double & operator()(int i, int j) const
const LMatrix & operator+=(const LMatrix &rhs)
taken directly from OsiSolverInterface.cpp on 2/17/14 from https://projects.coin-or....
LMatrix operator-(const LMatrix &lhs, const LMatrix &rhs)
LMatrix operator+(const LMatrix &lhs, const LMatrix &rhs)
LMatrix operator*(const LMatrix &lhs, const LMatrix &rhs)
T OptionalQuery(InfileTree *tree, std::string query, T default_val)
a query method for optional parameters