SYMBOL INDEX (25 symbols across 16 files) FILE: code/gpml/util/lbfgsb/array.h function operator (line 70) | bool operator== (const Array& a) const { return n == a.n; } function operator (line 71) | bool operator!= (const Array& a) const { return !(*this == a); } FILE: code/gpml/util/lbfgsb/arrayofmatrices.cpp function ArrayOfMatrices (line 77) | ArrayOfMatrices& ArrayOfMatrices::operator= (const ArrayOfMatrices& sour... FILE: code/gpml/util/lbfgsb/arrayofmatrices.h function class (line 10) | class ArrayOfMatrices : public Array { FILE: code/gpml/util/lbfgsb/lbfgsb.cpp function mexFunction (line 21) | void mexFunction (int nlhs, mxArray *plhs[], FILE: code/gpml/util/lbfgsb/matlabexception.cpp function MatlabException (line 15) | MatlabException& MatlabException::operator= (const MatlabException& source) FILE: code/gpml/util/lbfgsb/matlabexception.h function class (line 10) | class MatlabException : public std::exception { FILE: code/gpml/util/lbfgsb/matlabmatrix.cpp function Matrix (line 52) | Matrix& Matrix::operator= (const Matrix& source) { FILE: code/gpml/util/lbfgsb/matlabmatrix.h function class (line 22) | class Matrix : public Array { FILE: code/gpml/util/lbfgsb/matlabprogram.cpp function copyElemsFromMatrix (line 10) | void copyElemsFromMatrix (const Matrix& source, double* dest) { function copyElemsToMatrix (line 16) | void copyElemsToMatrix (const double* source, Matrix& dest) { function copyElemsFromArrayOfMatrices (line 24) | void copyElemsFromArrayOfMatrices (const ArrayOfMatrices& source, function copyElemsToArrayOfMatrices (line 35) | void copyElemsToArrayOfMatrices (const double* source, function getBoundType (line 45) | int getBoundType (double& lb, double& ub) { function SolverExitStatus (line 213) | SolverExitStatus MatlabProgram::runSolver() { FILE: code/gpml/util/lbfgsb/matlabprogram.h function class (line 13) | class MatlabProgram: public Program { FILE: code/gpml/util/lbfgsb/matlabscalar.cpp function MatlabScalar (line 32) | MatlabScalar& MatlabScalar::operator= (double value) { FILE: code/gpml/util/lbfgsb/matlabscalar.h function class (line 13) | class MatlabScalar { FILE: code/gpml/util/lbfgsb/matlabstring.h function class (line 16) | class MatlabString { FILE: code/gpml/util/lbfgsb/program.cpp function copyCStrToCharArray (line 11) | void copyCStrToCharArray (const char* source, char* dest, int ndest) { function strIsEqualToCStr (line 32) | bool strIsEqualToCStr (const char* str, const char* cstr) { function SolverExitStatus (line 88) | SolverExitStatus Program::runSolver() { FILE: code/gpml/util/lbfgsb/program.h type SolverExitStatus (line 7) | enum SolverExitStatus { function class (line 46) | class Program { FILE: code/gpml/util/solve_chol.c function mexFunction (line 12) | void mexFunction(int nlhs, mxArray *plhs[], int nrhs, const mxArray *prh...