Home
last modified time | relevance | path

Searched refs:MatrixException (Results 1 – 25 of 30) sorted by relevance

12

/dports/astro/gpstk/GPSTk-8.0.0/ext/lib/Geomatics/
H A DSRI.cpp179 catch(MatrixException& me) { in permute()
289 catch(MatrixException& me) { in split()
318 catch(MatrixException& me) { in operator +=()
350 catch(MatrixException& me) { in reshape()
391 catch(MatrixException& me) { in append()
458 catch(MatrixException& me) { in operator +=()
476 catch(MatrixException& me) { in operator +()
668 catch(MatrixException& me) { in Qbump()
877 catch(MatrixException& me) { in addAPriori()
903 catch(MatrixException& me) { in addAPrioriInformation()
[all …]
H A DSRIMatrix.hpp137 GPSTK_THROW(MatrixException(oss.str())); in SrifMU()
250 GPSTK_THROW(MatrixException(oss.str())); in lowerCholesky()
291 GPSTK_THROW(MatrixException(oss.str())); in upperCholesky()
340 catch(MatrixException& me) { in inverseCholesky()
367 GPSTK_THROW(MatrixException(oss.str())); in inverseUT()
434 GPSTK_THROW(MatrixException(oss.str())); in UTtimesTranspose()
474 GPSTK_THROW(MatrixException(oss.str())); in inverseLT()
544 catch(MatrixException& me) { in LDL()
564 catch(MatrixException& me) { in LDL()
594 catch(MatrixException& me) { in UDU()
[all …]
H A DSRIFilter.cpp94 MatrixException me("Invalid input dimensions: R is " in SRIFilter()
138 MatrixException me(msg); in measurementUpdate()
159 catch(MatrixException& me) { GPSTK_RETHROW(me); } in measurementUpdate()
183 MatrixException me(msg); in measurementUpdate()
205 catch(MatrixException& me) { GPSTK_RETHROW(me); } in measurementUpdate()
218 catch(MatrixException& me) { GPSTK_RETHROW(me); } in timeUpdate()
230 catch(MatrixException& me) { GPSTK_RETHROW(me); } in smootherUpdate()
243 catch(MatrixException& me) { GPSTK_RETHROW(me); } in DMsmootherUpdate()
382 MatrixException me("Invalid input dimensions:\n R is " in SrifTU()
513 catch(MatrixException& me) { GPSTK_RETHROW(me); } in SrifTU()
[all …]
H A DSRIleastSquares.cpp94 MatrixException me("Invalid input dimensions: R is " in SRIleastSquares()
281 MatrixException me("Called with zero-sized SRIleastSquares"); in dataUpdate()
285 MatrixException me( in dataUpdate()
292 MatrixException me("Sequential problem has inconsistent dimensions:\n SRI is " in dataUpdate()
299 MatrixException me("Cannot have doWeight and doRobust both true."); in dataUpdate()
H A DSRI.hpp434 catch(MatrixException& me) { GPSTK_RETHROW(me); } in measurementUpdate()
/dports/astro/gpstk/GPSTk-8.0.0/core/lib/Math/Matrix/
H A DMatrixBase.hpp55 NEW_EXCEPTION_CLASS(MatrixException, Exception);
58 NEW_EXCEPTION_CLASS(SingularMatrixException, MatrixException);
151 MatrixException e("Invalid ConstMatrixBase index for colCopy"); in colCopy()
170 MatrixException e("Invalid ConstMatrixBase index for rowCopy"); in rowCopy()
204 MatrixException e("Invalid ConstMatrixBase index for ref"); in constMatrixRef()
294 MatrixException e("Invalid dimensions for Matrix assignFrom(Matrix)"); in assignFrom()
314 MatrixException e("Invalid dimensions for Matrix assignFrom(Vector)"); in assignFrom()
585 MatrixException e("Invalid rows for swapRows"); in swapRows()
609 MatrixException e("Invalid columns for swapCols"); in swapCols()
663 MatrixException e("Invalid row range for slice"); in matSliceCheck()
[all …]
H A DMatrixOperators.hpp67 MatrixException e("Incompatible dimensions for Matrix && Matrix"); in operator &&()
271 MatrixException e("Invalid row or column for minorMatrix()"); in minorMatrix()
353 catch(MatrixException& e) in det()
399 MatrixException e("Invalid (0) dimension for ident()"); in ident()
418 MatrixException e("invalid matrix dimensions for m"); in diag()
442 MatrixException e("Invalid matrix dimensions of input."); in blkdiag()
499 MatrixException e("Invalid axis (must be 1,2, or 3)"); in rotation()
667 MatrixException e("Input is the zero matrix"); in inverseSVD()
706 MatrixException e("Input is the zero matrix"); in inverseSVD()
751 MatrixException e("Input is the zero matrix"); in inverseSVD()
[all …]
H A DMatrixBaseOperators.hpp84 MatrixException e("invalid matrix dimensions for ident()"); in ident()
103 MatrixException e("Invalid matrix for trace()"); in trace()
156 MatrixException e("Invalid matrix for det()"); in slowDet()
H A DMatrixFunctors.hpp218 MatrixException e("SVD algorithm has nm==-1"); in operator ()()
255 MatrixException e("SVD algorithm did not converge"); in operator ()()
260 MatrixException e("SVD algorithm has k==0"); in operator ()()
359 MatrixException e("SVD::BackSub called with unequal dimensions"); in backSub()
446 MatrixException e("LUDecomp requires a square, non-trivial matrix"); in operator ()()
517 MatrixException e("Vector size does not match dimension of LUDecomp"); in backSub()
603 MatrixException e("Cholesky requires a square matrix"); in operator ()()
614 MatrixException e("Cholesky fails - eigenvalue <= 0"); in operator ()()
632 MatrixException e("Cholesky fails - eigenvalue <= 0"); in operator ()()
710 MatrixException e("CholeskyCrout requires a square matrix"); in operator ()()
[all …]
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/
H A DMatrixFunctions.php6 use Matrix\Exception as MatrixException; alias
62 } catch (MatrixException $ex) {
87 } catch (MatrixException $e) {
109 } catch (MatrixException $ex) {
/dports/www/moodle310/moodle/lib/mlbackend/php/phpml/src/Phpml/Math/LinearAlgebra/
H A DLUDecomposition.php34 use Phpml\Exception\MatrixException; alias
79 * @throws MatrixException
84 throw new MatrixException('Matrix is not square matrix');
245 * @throws MatrixException
250 throw new MatrixException('Matrix is not square matrix');
254 throw new MatrixException('Matrix is singular');
/dports/www/moodle310/moodle/lib/mlbackend/php/phpml/src/Phpml/Math/
H A DMatrix.php8 use Phpml\Exception\MatrixException; alias
90 * @throws MatrixException
95 throw new MatrixException('Column out of range');
104 * @throws MatrixException
113 throw new MatrixException('Matrix is not square matrix');
218 throw new MatrixException('Matrix is not square matrix');
/dports/www/moodle311/moodle/lib/mlbackend/php/phpml/src/Phpml/Math/
H A DMatrix.php8 use Phpml\Exception\MatrixException; alias
90 * @throws MatrixException
95 throw new MatrixException('Column out of range');
104 * @throws MatrixException
113 throw new MatrixException('Matrix is not square matrix');
218 throw new MatrixException('Matrix is not square matrix');
/dports/www/moodle311/moodle/lib/mlbackend/php/phpml/src/Phpml/Math/LinearAlgebra/
H A DLUDecomposition.php34 use Phpml\Exception\MatrixException; alias
79 * @throws MatrixException
84 throw new MatrixException('Matrix is not square matrix');
245 * @throws MatrixException
250 throw new MatrixException('Matrix is not square matrix');
254 throw new MatrixException('Matrix is singular');
/dports/www/moodle39/moodle/lib/mlbackend/php/phpml/src/Phpml/Math/
H A DMatrix.php8 use Phpml\Exception\MatrixException; alias
90 * @throws MatrixException
95 throw new MatrixException('Column out of range');
104 * @throws MatrixException
113 throw new MatrixException('Matrix is not square matrix');
218 throw new MatrixException('Matrix is not square matrix');
/dports/www/moodle39/moodle/lib/mlbackend/php/phpml/src/Phpml/Math/LinearAlgebra/
H A DLUDecomposition.php34 use Phpml\Exception\MatrixException; alias
79 * @throws MatrixException
84 throw new MatrixException('Matrix is not square matrix');
245 * @throws MatrixException
250 throw new MatrixException('Matrix is not square matrix');
254 throw new MatrixException('Matrix is singular');
/dports/www/moodle310/moodle/lib/mlbackend/php/phpml/src/Phpml/Exception/
H A DMatrixException.php9 class MatrixException extends Exception class
/dports/www/moodle311/moodle/lib/mlbackend/php/phpml/src/Phpml/Exception/
H A DMatrixException.php9 class MatrixException extends Exception class
/dports/www/moodle39/moodle/lib/mlbackend/php/phpml/src/Phpml/Exception/
H A DMatrixException.php9 class MatrixException extends Exception class
/dports/games/flightgear/flightgear-2020.3.11/src/FDM/JSBSim/math/
H A DFGMatrix33.h71 class MatrixException : public std::runtime_error
74 MatrixException(const std::string& msg) : std::runtime_error{msg} { } in MatrixException() function
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/
H A DMathTrig.php5 use Matrix\Exception as MatrixException; alias
517 } catch (MatrixException $ex) {
573 } catch (MatrixException $ex) {
635 } catch (MatrixException $ex) {
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/phpoffice/PhpSpreadsheet/Calculation/
H A DMathTrig.php5 use Matrix\Exception as MatrixException; alias
517 } catch (MatrixException $ex) {
573 } catch (MatrixException $ex) {
635 } catch (MatrixException $ex) {
/dports/www/moodle310/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/
H A DMathTrig.php5 use Matrix\Exception as MatrixException; alias
518 } catch (MatrixException $ex) {
574 } catch (MatrixException $ex) {
636 } catch (MatrixException $ex) {
/dports/www/moodle39/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/
H A DMathTrig.php5 use Matrix\Exception as MatrixException; alias
518 } catch (MatrixException $ex) {
574 } catch (MatrixException $ex) {
636 } catch (MatrixException $ex) {
/dports/astro/gpstk/GPSTk-8.0.0/ext/apps/geomatics/kalman/
H A DmergeSRI.cpp175 catch(MatrixException& me) { in main()

12