logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Author

       Generated automatically by Doxygen for MPQC from the source code.

Version 2.3.1                                    Sun Oct 4 2020                                 sc::SCMatrix3(3)

Name

       sc::SCMatrix3

Synopsis

PublicMemberFunctionsSCMatrix3 (const SCMatrix3 &)
       SCMatrix3 (const RefSCMatrix3 &)
       SCMatrix3 (double x[9])
       SCMatrix3 (const SCVector3 &p1, const SCVector3 &p2, const SCVector3 &p3)
       SCMatrix3 & operator= (const SCMatrix3 &)
       SCMatrix3operator* (double) const
       SCMatrix3operator* (const SCMatrix3 &) const
       SCVector3operator* (const SCVector3 &v) const
       SCMatrix3operator+ (const SCMatrix3 &) const
       SCMatrix3operator- (const SCMatrix3 &) const
       double & elem (int i, int j)
       const double & elem (int i, int j) const
       double & elem (int i)
       const double & elem (int i) const
       double & operator[] (int i)
       const double & operator[] (int i) const
       double & operator() (int i, int j)
       const double & operator() (int i, int j) const
       const double * data () const
       void print (std::ostream &=ExEnv::out0()) const

See Also