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