Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CLHEP
CLHEP
Commits
925ec4b4
Commit
925ec4b4
authored
Nov 01, 2012
by
Lynn Garren
Browse files
Joe's changes to Matrix
parent
c4caeb35
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
925ec4b4
2012-09-06 Joe Boudreau <boudreau@cern.ch>
* MATRIX/DiagMatrix, MATRIX/GenMatrix, MATRIX/SymMatrix:
Added two methods to [-,Diag,Sym]Matrix to carry out the matrix
inversion without the users needing to provide an ierr flag.
These methods are all inline and called invert() and inverse(),
so they overload the existing inversion routines for the relevant class.
If an error occurs, then an std::runtime_error is thrown.
==============================
16.08.12 Release CLHEP-2.1.2.5
==============================
...
...
Matrix/ChangeLog
View file @
925ec4b4
2012-09-06 Joe Boudreau <boudreau@cern.ch>
* DiagMatrix, GenMatrix, SymMatrix: add invert() and inverse() methods
Added two methods to [-,Diag,Sym]Matrix to carry out the matrix
inversion without the users needing to provide an ierr flag.
These methods are all inline and called invert() and inverse(),
so they overload the existing inversion routines for the relevant class.
If an error occurs, then an std::runtime_error is thrown.
==============================
16.08.12 Release CLHEP-2.1.2.5
==============================
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment