MCPcopy Create free account
hub / github.com/Cantera/cantera / value

Method value

include/cantera/base/Array.h:171–173  ·  view source on GitHub ↗

Returns the value of a single matrix entry ! * Returns the value of the matrix position (i,j) element. * * @param i The row index * @param j The column index */

Source from the content-addressed store, hash-verified

169 * @param j The column index
170 */
171 double value(size_t i, size_t j) const {
172 return m_data[m_nrows*j + i];
173 }
174
175 //! Number of rows
176 size_t nRows() const {

Callers 4

set_gas_stateMethod · 0.45
mixture_fractionMethod · 0.45
equivalence_ratioMethod · 0.45
sparseTripletsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected