Unit Sparse_Math

Functions and Procedures
Constants
Variables

Description

******************************************************************************* Electric Power Resarch Insitute EPRI 2018

Library created to handle sparse matrix linear algebra ops, the arguments need to be sparse and provided in compressed coordiante format Created by Davis Montenegro for EPRI 08/01/2018 based on the code provided by Sudarshan Khasnis in Java at https://www.geeksforgeeks.org/operations-sparse-matrices/ *******************************************************************************

Uses

Overview

Classes, Interfaces, Objects and Records

Name Description
Record TCmplx_Data  
Class Tsparse_matrix  
Class Tsparse_Complex  

Types

TData = array of Integer;
PData = ˆTData;
TComplex = array of TCmplx_Data;
PComplex = ˆTComplex;
TComplexArr = array of Complex;
PComplexArr = ˆTComplexArr;

Description

Types

TData = array of Integer;
 
PData = ˆTData;
 
TComplex = array of TCmplx_Data;
 
PComplex = ˆTComplex;
 
TComplexArr = array of Complex;
 
PComplexArr = ˆTComplexArr;
 

Generated by PasDoc 0.16.0.