Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Language Reference

XMULT Function

performs accurate matrix multiplication

XMULT( matrix1, matrix2)

where matrix1 and matrix2 are numeric matrices.

The XMULT function computes the matrix product like the matrix multiplication operator (*) except XMULT uses extended precision to accumulate sums of products. You should use the XMULT function only when you need great accuracy.

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.