14 Nov
2002
14 Nov
'02
12:17 p.m.
Hello all, I am working with a formula which requires me to get the result of a matrix to the power of n (i.e. pow(matrix, n)) but as expected, the <cmath> function pow() is unable to convert from type double to matrix. Does the matrix library have this sort of functionality built in, or maybe some other part of boost? Thanks! Jon Agiato JonAgiato@nyc.rr.com