Public Member Functions | |
def | __init__ |
def | GetFlops |
def | SetFlops |
def | UpdateFlops |
def | __init__ |
def | GetFlops |
def | SetFlops |
def | UpdateFlops |
Public Attributes | |
this |
Class to count flops. Marzio Sala, SNL 9214 C++ includes: MLAPI_CompObject.h
def PyTrilinos::ML::CompObject::__init__ | ( | self, | ||
args | ||||
) |
__init__(self) -> CompObject MLAPI::CompObject::CompObject() Constructor, set counter to 0.0.
Reimplemented in PyTrilinos::ML::MultiVector, PyTrilinos::ML::Operator, PyTrilinos::ML::PyMatrix, PyTrilinos::ML::InverseOperator, PyTrilinos::ML::MultiVector, PyTrilinos::ML::Operator, PyTrilinos::ML::PyMatrix, and PyTrilinos::ML::InverseOperator.
def PyTrilinos::ML::CompObject::__init__ | ( | self, | ||
args | ||||
) |
__init__(self) -> CompObject MLAPI::CompObject::CompObject() Constructor, set counter to 0.0.
Reimplemented in PyTrilinos::ML::MultiVector, PyTrilinos::ML::Operator, PyTrilinos::ML::PyMatrix, PyTrilinos::ML::InverseOperator, PyTrilinos::ML::MultiVector, PyTrilinos::ML::Operator, PyTrilinos::ML::PyMatrix, and PyTrilinos::ML::InverseOperator.
def PyTrilinos::ML::CompObject::GetFlops | ( | self, | ||
args | ||||
) |
GetFlops(self) -> double double MLAPI::CompObject::GetFlops() const Returns the internal counter of flops.
def PyTrilinos::ML::CompObject::GetFlops | ( | self, | ||
args | ||||
) |
GetFlops(self) -> double double MLAPI::CompObject::GetFlops() const Returns the internal counter of flops.
def PyTrilinos::ML::CompObject::SetFlops | ( | self, | ||
args | ||||
) |
SetFlops(self, double Flops) void MLAPI::CompObject::SetFlops(double Flops) const Sets internal counter to Flops.
def PyTrilinos::ML::CompObject::SetFlops | ( | self, | ||
args | ||||
) |
SetFlops(self, double Flops) void MLAPI::CompObject::SetFlops(double Flops) const Sets internal counter to Flops.
def PyTrilinos::ML::CompObject::UpdateFlops | ( | self, | ||
args | ||||
) |
UpdateFlops(self, double Flops) void MLAPI::CompObject::UpdateFlops(double Flops) const Updates internal counter by summing Flops.
def PyTrilinos::ML::CompObject::UpdateFlops | ( | self, | ||
args | ||||
) |
UpdateFlops(self, double Flops) void MLAPI::CompObject::UpdateFlops(double Flops) const Updates internal counter by summing Flops.