28#ifndef _math_scmat_result_h
29#define _math_scmat_result_h
31#include <util/misc/compute.h>
32#include <math/scmat/matrix.h>
36typedef AccResult<RefSCMatrix > AccResultRefSCMatrix;
37typedef AccResult<RefSymmSCMatrix > AccResultRefSymmSCMatrix;
38typedef AccResult<RefDiagSCMatrix > AccResultRefDiagSCMatrix;
39typedef AccResult<RefSCVector > AccResultRefSCVector;
41typedef AccResult<RefSCMatrix > ResultRefSCMatrix;
42typedef AccResult<RefSymmSCMatrix > ResultRefSymmSCMatrix;
43typedef AccResult<RefDiagSCMatrix > ResultRefDiagSCMatrix;
44typedef AccResult<RefSCVector > ResultRefSCVector;
Contains all MPQC code up to version 3.
Definition mpqcin.h:14