Home
last modified time | relevance | path

Searched refs:SingularMatrixException (Results 1 – 25 of 75) sorted by relevance

123

/dports/java/java3d/java3d-1.5.2/vecmath/src/javax/vecmath/
H A DSingularMatrixException.java37 public class SingularMatrixException extends RuntimeException{ class
42 public SingularMatrixException(){ in SingularMatrixException() method in SingularMatrixException
49 public SingularMatrixException(String str){ in SingularMatrixException() method in SingularMatrixException
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/linear/
H A DDecompositionSolver.java49 RealVector solve(final RealVector b) throws SingularMatrixException; in solve()
63 RealMatrix solve(final RealMatrix b) throws SingularMatrixException; in solve()
96 RealMatrix getInverse() throws SingularMatrixException; in getInverse()
H A DSingularMatrixException.java27 public class SingularMatrixException extends MathIllegalArgumentException { class
34 public SingularMatrixException() { in SingularMatrixException() method in SingularMatrixException
H A DDiagonalMatrix.java331 public DiagonalMatrix inverse() throws SingularMatrixException { in inverse()
343 public DiagonalMatrix inverse(double threshold) throws SingularMatrixException { in inverse()
345 throw new SingularMatrixException(); in inverse()
H A DMatrixUtils.java1028 throw new SingularMatrixException(); in blockInverse()
1035 throw new SingularMatrixException(); in blockInverse()
1043 throw new SingularMatrixException(); in blockInverse()
1051 throw new SingularMatrixException(); in blockInverse()
1084 throws NullArgumentException, SingularMatrixException, NonSquareMatrixException { in inverse()
1103 throws NullArgumentException, SingularMatrixException, NonSquareMatrixException { in inverse()
/dports/math/gambit/gambit-16.0.1/library/include/gambit/
H A Dsqmatrix.h31 class SingularMatrixException : public Exception {
33 virtual ~SingularMatrixException() throw() { } in ~SingularMatrixException()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/linear/
H A DLUSolverTest.java108 } catch (SingularMatrixException ime) { in testSolveSingularityErrors()
114 } catch (SingularMatrixException ime) { in testSolveSingularityErrors()
120 } catch (SingularMatrixException ime) { in testSolveSingularityErrors()
H A DEigenSolverTest.java48 } catch (SingularMatrixException ime) { in testNonInvertible()
96 @Test(expected=SingularMatrixException.class)
103 @Test(expected=SingularMatrixException.class)
H A DQRDecompositionTest.java21 import org.apache.commons.math3.linear.SingularMatrixException;
244 @Test(expected=SingularMatrixException.class)
277 @Test(expected=SingularMatrixException.class)
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/lapack-like/props/Condition/
H A DInfinity.hpp27 catch( SingularMatrixException& e ) in InfinityCondition()
42 catch( SingularMatrixException& e ) in InfinityCondition()
H A DMax.hpp27 catch( SingularMatrixException& e ) in MaxCondition()
42 catch( SingularMatrixException& e ) in MaxCondition()
H A DFrobenius.hpp27 catch( SingularMatrixException& e ) in FrobeniusCondition()
42 catch( SingularMatrixException& e ) in FrobeniusCondition()
H A DOne.hpp27 catch( SingularMatrixException& e ) in OneCondition()
42 catch( SingularMatrixException& e ) in OneCondition()
/dports/devel/spark/spark-2.1.1/mllib/src/main/scala/org/apache/spark/mllib/linalg/
H A DCholeskyDecomposition.scala23 import org.apache.spark.ml.optim.SingularMatrixException
65 throw new SingularMatrixException (
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/distribution/
H A DMultivariateNormalDistribution.java24 import org.apache.commons.math3.linear.SingularMatrixException;
79 throws SingularMatrixException, in MultivariateNormalDistribution()
106 throws SingularMatrixException, in MultivariateNormalDistribution()
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/lapack-like/factor/LU/
H A DLocal.hpp38 throw SingularMatrixException(); in UnbFLAME()
55 throw SingularMatrixException(); in Unb()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/filter/
H A DKalmanFilter.java29 import org.apache.commons.math3.linear.SingularMatrixException;
332 throws NullArgumentException, DimensionMismatchException, SingularMatrixException { in correct()
349 throws NullArgumentException, DimensionMismatchException, SingularMatrixException { in correct()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/fitting/leastsquares/
H A DGaussNewtonOptimizer.java31 import org.apache.commons.math3.linear.SingularMatrixException;
74 } catch (SingularMatrixException e) { in solve()
95 } catch (SingularMatrixException e) { in solve()
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/blas-like/level1/
H A DDiagonalSolve.hpp31 throw SingularMatrixException(); in DiagonalSolve()
48 throw SingularMatrixException(); in DiagonalSolve()
/dports/cad/netgen/netgen-6.2.2105/libsrc/occ/
H A Doccmeshsurf.cpp174 if (Det (D1TD1_) == 0) throw SingularMatrixException(); in DefineTangentialPlane()
189 if (Det(A_) == 0) throw SingularMatrixException(); in DefineTangentialPlane()
224 if (D1TD1.Det() == 0) throw SingularMatrixException(); in DefineTangentialPlane()
242 if (A.Det() == 0) throw SingularMatrixException(); in DefineTangentialPlane()
269 if (A.Det() == 0) throw SingularMatrixException(); in DefineTangentialPlane()
/dports/astro/gpstk/GPSTk-8.0.0/ext/lib/Geomatics/
H A DSRIMatrix.hpp264 GPSTK_THROW(SingularMatrixException(oss.str())); in lowerCholesky()
306 GPSTK_THROW(SingularMatrixException(oss.str())); in upperCholesky()
377 GPSTK_THROW(SingularMatrixException("Singular matrix at element 0")); in inverseUT()
484 SingularMatrixException e("Singular matrix at element 0"); in inverseLT()
496 GPSTK_THROW(SingularMatrixException("Singular matrix at element 0")); in inverseLT()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/optimization/general/
H A DGaussNewtonOptimizer.java30 import org.apache.commons.math3.linear.SingularMatrixException;
176 } catch (SingularMatrixException e) { in doOptimize()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/optim/nonlinear/vector/jacobian/
H A DGaussNewtonOptimizer.java30 import org.apache.commons.math3.linear.SingularMatrixException;
165 } catch (SingularMatrixException e) { in doOptimize()
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/lapack-like/decomp/Polar/
H A DQDWH.hpp154 } catch( SingularMatrixException& e ) { sMinUpper = 0; } in QDWH()
162 } catch( SingularMatrixException& e ) { sMinUpper = 0; } in QDWH()
293 } catch( SingularMatrixException& e ) { sMinUpper = 0; } in QDWH()
301 } catch( SingularMatrixException& e ) { sMinUpper = 0; } in QDWH()
440 } catch( SingularMatrixException& e ) { sMinUpper = 0; } in QDWH()
576 } catch( SingularMatrixException& e ) { sMinUpper = 0; } in QDWH()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/distribution/fitting/
H A DMultivariateNormalMixtureExpectationMaximization.java33 import org.apache.commons.math3.linear.SingularMatrixException;
135 throws SingularMatrixException, in fit()
279 throws SingularMatrixException, in fit()

123