Adelsbach/VSIPL
Core Programming Reference Guide
DD-00016-015
Core

This manual is preliminary and incomplete.
While our Core implementation implements all functions given in the standard we are still working on completing this documentation.

Please refer to the VSIPL standard for a complete function reference of the Core profile until we have completed work on this documentation.

6.3 General Linear Square System Solver

6.3.1 vsip_dlud_create_p - Create LU Decomposition Object
Description
Parameters
Return Value
Example
6.3.2 vsip_dlud_destroy_p - Destroy LU Decomposition Object
Description
Parameters
Return Value
Example
6.3.3 vsip_dlud_getattr_p - Get LU Decomposition Attributes
Description
Parameters
Example
6.3.4 vsip_dlud_p - Perform LU Decomposition
Description
Parameters
Return Value
Example
Notes
6.3.5 vsip_dlusol_p - Solve Linear System Using LU Decomposition
Description
Parameters
Return Value
Example
Notes