-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Resolved
-
Affects Version/s: None
-
Fix Version/s: 8.4
-
Component/s: streaming expressions
-
Labels:None
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.