Chemical Data Processing Library Python API - Version 1.4.0
Public Member Functions | List of all members
CDPL.Math.UnitLower Class Reference

Tag selecting the unit-lower-triangular view (zero above the diagonal, one on the diagonal) for Math.TriangularAdapter. More...

+ Inheritance diagram for CDPL.Math.UnitLower:

Public Member Functions

None __init__ ()
 Initializes the UnitLower instance.
 
None __init__ (UnitLower t)
 Initializes a copy of the UnitLower instance t. More...
 

Detailed Description

Tag selecting the unit-lower-triangular view (zero above the diagonal, one on the diagonal) for Math.TriangularAdapter.

Constructor & Destructor Documentation

◆ __init__()

None CDPL.Math.UnitLower.__init__ ( UnitLower  t)

Initializes a copy of the UnitLower instance t.

Parameters
tThe UnitLower instance to copy.