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

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

+ Inheritance diagram for CDPL.Math.UnitUpper:

Public Member Functions

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

Detailed Description

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

Constructor & Destructor Documentation

◆ __init__()

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

Initializes a copy of the UnitUpper instance t.

Parameters
tThe UnitUpper instance to copy.