SourcePro® API Reference Guide

 
Classes | Modules | Functions
Linear Algebra Module

Module Description

This module provides a complete, intuitive, object-oriented interface to the entities and algorithms of numerical linear algebra. The algorithms are taken from LAPACK, the most complete procedural linear algebra library available today.

Classes

class  rw_linear_algebra_traits< TypeT >
 A collection of traits typedefs. More...
 
class  rw_linear_algebra_traits< DComplex >
 A collection of traits typedefs specialized on DComplex. More...
 
class  rw_linear_algebra_traits< double >
 A collection of traits typedefs specialized on double. More...
 
class  rw_linear_algebra_traits< float >
 A collection of traits typedefs specialized on float. More...
 

Modules

 Decomposition
 
 Factorization
 
 Least Squares Factorization
 
 Symmetric Eigenvalue Decomposition
 
 Nonsymmetric Eigenvalue Decomposition
 
 Sparse Matrices
 

Functions

void rwBlaInitStatics ()
 Deprecated. Initializes Rogue Wave-supplied BLAS and LAPACK routines. More...
 

Function Documentation

void rwBlaInitStatics ( )
inline
Deprecated:
As of SourcePro 11.1, this function is a no-op and can be safely removed.

rwBlaInitStatics() was used for the initialization of private data used by Rogue Wave-supplied BLAS and LAPACK routines.

Copyright © 2023 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved.