28 #ifndef _math_scmat_result_h
29 #define _math_scmat_result_h
31 #include <util/misc/compute.h>
32 #include <math/scmat/matrix.h>
36 typedef AccResult<RefSCMatrix > AccResultRefSCMatrix;
37 typedef AccResult<RefSymmSCMatrix > AccResultRefSymmSCMatrix;
38 typedef AccResult<RefDiagSCMatrix > AccResultRefDiagSCMatrix;
39 typedef AccResult<RefSCVector > AccResultRefSCVector;
41 typedef AccResult<RefSCMatrix > ResultRefSCMatrix;
42 typedef AccResult<RefSymmSCMatrix > ResultRefSymmSCMatrix;
43 typedef AccResult<RefDiagSCMatrix > ResultRefDiagSCMatrix;
44 typedef AccResult<RefSCVector > ResultRefSCVector;