Class xlifepp::ARInterfaceStdReg#

template<class K_, class MA_>
class ARInterfaceStdReg : public xlifepp::ARInterface<K_, MA_>#

Inheritence diagram for xlifepp::ARInterfaceStdReg:

digraph { graph [bgcolor="#00000000"] node [shape=rectangle style=filled fillcolor="#FFFFFF" font=Helvetica padding=2] edge [color="#1414CE"] "2" [label="xlifepp::ARInterface< K_, MA_ >" tooltip="xlifepp::ARInterface< K_, MA_ >"] "1" [label="xlifepp::ARInterfaceStdReg< K_, MA_ >" tooltip="xlifepp::ARInterfaceStdReg< K_, MA_ >" fillcolor="#BFBFBF"] "1" -> "2" [dir=forward tooltip="public-inheritance"] }

Collaboration diagram for xlifepp::ARInterfaceStdReg:

digraph { graph [bgcolor="#00000000"] node [shape=rectangle style=filled fillcolor="#FFFFFF" font=Helvetica padding=2] edge [color="#1414CE"] "4" [label="std::basic_string< char >" tooltip="std::basic_string< char >"] "5" [label="std::basic_string< Char >" tooltip="std::basic_string< Char >"] "3" [label="std::string" tooltip="std::string"] "7" [label="std::vector< T >" tooltip="std::vector< T >"] "6" [label="std::vector< K_ >" tooltip="std::vector< K_ >"] "2" [label="xlifepp::ARInterface< K_, MA_ >" tooltip="xlifepp::ARInterface< K_, MA_ >"] "1" [label="xlifepp::ARInterfaceStdReg< K_, MA_ >" tooltip="xlifepp::ARInterfaceStdReg< K_, MA_ >" fillcolor="#BFBFBF"] "4" -> "5" [dir=forward tooltip="template-instance"] "3" -> "4" [dir=forward tooltip="public-inheritance"] "6" -> "7" [dir=forward tooltip="template-instance"] "2" -> "3" [dir=forward tooltip="usage"] "2" -> "6" [dir=forward tooltip="usage"] "1" -> "2" [dir=forward tooltip="public-inheritance"] }

Class for standard eigenvalue problem in regular mode Matrix-vector product provided: y <- A * x.

Public Functions

ARInterfaceStdReg(const MA_ &matA)#

A constructor for standard eigenvalue problem in regular mode.

virtual void MultOPx(K_ *x, K_ *y)#

matrix-vector product y <- A * x