Class Tsparse_Complex
Unit
Declaration
type Tsparse_Complex = class(Tobject)
Description
Hierarchy
- Tobject
- Tsparse_Complex
Overview
Fields
![]() |
CData: array of TCmplx_Data; |
Methods
![]() |
procedure sparse_matrix_Cmplx(r, c: Integer); |
![]() |
function insert(r, c: Integer; val: Complex): Integer; |
![]() |
function add(b: Tsparse_Complex): Tsparse_Complex; |
![]() |
function Transpose(): Tsparse_Complex; |
![]() |
function TransposeConj(): Tsparse_Complex; |
![]() |
function multiply(b: Tsparse_Complex): Tsparse_Complex; |
![]() |
procedure reset(); |
![]() |
function NZero(): Integer; |
![]() |
function NCols(): Integer; |
![]() |
function NRows(): Integer; |
![]() |
function Rank(): Integer; |
Description
Fields
![]() |
CData: array of TCmplx_Data; |
Methods
![]() |
procedure sparse_matrix_Cmplx(r, c: Integer); |
![]() |
function insert(r, c: Integer; val: Complex): Integer; |
![]() |
function add(b: Tsparse_Complex): Tsparse_Complex; |
![]() |
function Transpose(): Tsparse_Complex; |
![]() |
function TransposeConj(): Tsparse_Complex; |
![]() |
function multiply(b: Tsparse_Complex): Tsparse_Complex; |
![]() |
procedure reset(); |
![]() |
function NZero(): Integer; |
![]() |
function NCols(): Integer; |
![]() |
function NRows(): Integer; |
![]() |
function Rank(): Integer; |
Generated by PasDoc 0.16.0.