28 #ifndef _math_scmat_result_h
29 #define _math_scmat_result_h
34 #include <util/misc/compute.h>
35 #include <math/scmat/matrix.h>
39 typedef AccResult<RefSCMatrix > AccResultRefSCMatrix;
40 typedef AccResult<RefSymmSCMatrix > AccResultRefSymmSCMatrix;
41 typedef AccResult<RefDiagSCMatrix > AccResultRefDiagSCMatrix;
42 typedef AccResult<RefSCVector > AccResultRefSCVector;
44 typedef AccResult<RefSCMatrix > ResultRefSCMatrix;
45 typedef AccResult<RefSymmSCMatrix > ResultRefSymmSCMatrix;
46 typedef AccResult<RefDiagSCMatrix > ResultRefDiagSCMatrix;
47 typedef AccResult<RefSCVector > ResultRefSCVector;