Home
last modified time | relevance | path

Searched refs:SolutionException (Results 1 – 6 of 6) sorted by relevance

/dports/math/newmat/newmat-1.1_1/
H A Dsolution.cpp26 Throw(SolutionException("X value out of range")); in Set()
32 if (!xSet) Throw(SolutionException("Value of X not set")); in operator Real()
37 unsigned long SolutionException::Select;
39 SolutionException::SolutionException(const char* a_what) : BaseException() in SolutionException() function in RBD_COMMON::SolutionException
52 if (!lim) Throw(SolutionException("Does not converge")); in LookAt()
104 if ( Dev == 0.0 ) Throw(SolutionException("Dev is zero")); in Solve()
110 Throw(SolutionException("Starting value is invalid")); in Solve()
129 Throw(SolutionException("Function is flat")); in Solve()
145 Throw(SolutionException("Function is not monotone")); in Solve()
150 Throw(SolutionException("Cannot locate a crossing point")); in Solve()
H A Dsolution.h48 class SolutionException : public BaseException
52 SolutionException(const char* a_what = 0);
/dports/math/optpp/optpp-2.4/newmat11/
H A Dsolution.C22 Throw(SolutionException("X value out of range")); in Set()
28 if (!xSet) Throw(SolutionException("Value of X not set")); in Real()
33 unsigned long SolutionException::Select;
35 SolutionException::SolutionException(const char* a_what) : BaseException() in SolutionException() function
48 if (!lim) Throw(SolutionException("Does not converge")); in LookAt()
100 if (Dev==0.0) Throw(SolutionException("Dev is zero")); in Solve()
106 Throw(SolutionException("Starting value is invalid")); in Solve()
125 Throw(SolutionException("Function is flat")); in Solve()
141 Throw(SolutionException("Function is not monotone")); in Solve()
146 Throw(SolutionException("Cannot locate a crossing point")); in Solve()
H A Dsolution.h43 class SolutionException : public BaseException
47 SolutionException(const char* a_what = 0);
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/matrix/
H A Dsolution.cpp26 Throw(SolutionException("X value out of range")); in Set()
32 if (!xSet) Throw(SolutionException("Value of X not set")); in operator Real()
37 unsigned long SolutionException::Select;
39 SolutionException::SolutionException(const char* a_what) : Exception() in SolutionException() function in RBD_COMMON::SolutionException
52 if (!lim) Throw(SolutionException("Does not converge")); in LookAt()
105 if (Dev==0.0) Throw(SolutionException("Dev is zero")); in Solve()
111 Throw(SolutionException("Starting value is invalid")); in Solve()
130 Throw(SolutionException("Function is flat")); in Solve()
146 Throw(SolutionException("Function is not monotone")); in Solve()
151 Throw(SolutionException("Cannot locate a crossing point")); in Solve()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/matrix/
H A Dsolution.h46 class SolutionException : public Exception
50 SolutionException(const char* a_what = 0);