Class xlifepp::ARInterfaceGenReg#

template<class K_, class MA_, class MB_>
class ARInterfaceGenReg : public xlifepp::ARInterfaceGen<K_, MA_, MB_>#

Inheritence diagram for xlifepp::ARInterfaceGenReg:

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

Collaboration diagram for xlifepp::ARInterfaceGenReg:

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

Class for generalized eigenvalue problem in regular mode except in the real symmetric case Matrix-vector product provided: y <- inv(B)*A * x and y <- B * x.

Public Functions

ARInterfaceGenReg(const MA_ &matA, const MB_ &matB)#

A_B constructor B symmetric positive definite.

~ARInterfaceGenReg()#

destructor

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

matrix-vector product y <- inv(B)*A * x