Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Resolved
-
None
-
None
Description
The precision function currently operates on a number and on a vector. This ticket will allow it operate on a matrix. When applied to a matrix each value in the matrix will have its precision adjusted in place. This is to avoid unnecessary copying of large matrices.