Go to main content
Oracle® Developer Studio 12.6: Performance Library User's Guide

Exit Print View

Updated: July 2017
 
 

Please tell us how to improve our documentation:


0 of 500

0 of 500



0 of 500
Thank you for your feedback! If you want to participate in content improvement and share additional information, please click Feedback button.
Rate this document:
Chapter 5

Working With Matrices

Most matrices can be stored in ways that save both storage space and computation time. Oracle Developer Studio Performance Library uses the following storage schemes:

  • Banded storage

  • Packed storage

The Oracle Developer Studio Performance Library processes matrices that are in one of four forms:

  • General

  • Triangular

  • Symmetric

  • Tridiagonal

Storage schemes and matrix types are described in the following sections.