- Tdistribution - Class in Assisted_Classes
-
This class will aid some of the underlying classes in this library and
it is taken from Apache commons Math 3.0 with some minor changes
that mostly have to do with copying only the parts that are fundamental
for the algorithms to run.
- Tdistribution() - Constructor for class Assisted_Classes.Tdistribution
-
- Tests - package Tests
-
- TransposeIt() - Method in class Matrix.TwoDmatrix
-
This method transposes the principal matrix
- transposematrix() - Method in class Matrix.TwoDmatrix
-
This method transposes the principal matrix and returns a new TwoDmatrix
- transposematrixdouble() - Method in class Matrix.TwoDmatrix
-
This method transposes the principal matrix and returns a new TwoDmatrix
- TriDiagonalTransformer(TwoDmatrix) - Method in class Matrix.EigenDecomposition
-
- TwoDmatrix - Class in Matrix
-
This is a basic class to incorporate all the
fundamentals to execute vector computations
- TwoDmatrix() - Constructor for class Matrix.TwoDmatrix
-