Home
last modified time | relevance | path

Searched defs:gepbalance (Results 1 – 3 of 3) sorted by relevance

/dports/math/octave/octave-6.4.0/liboctave/numeric/
H A Dgepbalance.h45 gepbalance (void) in gepbalance() function
49 gepbalance (const T& a, const T& b, const std::string& job) in gepbalance() function
55 gepbalance (const gepbalance& a) in gepbalance() function
H A Dgepbalance.cc317 template class gepbalance<Matrix>; variable
319 template class gepbalance<FloatMatrix>; variable
321 template class gepbalance<ComplexMatrix>; variable
323 template class gepbalance<FloatComplexMatrix>; variable
/dports/math/octave/octave-6.4.0/liboctave/operators/
H A Dmx-defs.h66 template <typename T> class gepbalance; variable