Logo

A powerful API for Optical Navigation

Navigation

  • Installing GIANT
  • Getting Started
  • API Reference
  • Indices
  • License
  • Copyright

Related Topics

  • Documentation overview
    • API Reference
      • giant.utilities
        • giant.utilities.print_llt
          • Previous: giant.utilities.print_llt
          • Next: giant.utilities.random_combination

Quick search

 
  • ← giant.utilities.print_llt
  • giant.utilities.random_combination →

print_llt¶

giant.utilities.print_llt:

giant.utilities.print_llt.print_llt(labels, values, min_column_length=10)[source]¶

This pretty prints the lower left triangle of a matrix with labels.

This is used to print covariance and correlation matrices.

Parameters:
  • labels (Sequence[str]) – The labels for each row/column of the matrix

  • values (ndarray[tuple[Any, ...], dtype[_ScalarT]]) – The matrix to print

  • min_column_length (int) – the minimum length of a column in characters


 
  • ← giant.utilities.print_llt
  • giant.utilities.random_combination →
NASA
©2023 United States Government | NASA Official: Andrew Liounis | Curator: Andrew Liounis
Last updated on Sep 03, 2025 | | Powered by Sphinx 8.2.3 & Alabaster 1.0.0 | Privacy Policy/Notices