Implementation of pm::Matrix class.
More...
|
| class | pm::Matrix< E > |
| | Matrix type class which holds the elements in a contiguous array
Additional arithmetic operations for matrices and useful constructions (unit_matrix, diag, ...) are listed at operations. More...
|
| |
|
| | pm |
| | global namespace for all classes from the polymake project
|
| |
| | polymake |
| | namespace to be used for client code
|
| |
Implementation of pm::Matrix class.
Exchange the contents of two matrices in a most efficient way. If at least one non-persistent object is involved, the operands must have equal dimensions.