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

Exit Print View

Updated: June 2016
 
 
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.