FULLMAT_Driver.f90 File Reference

This example generates a random LR product, or reads a full matrix from disk, and compress it using entry-valuation-based APIs. More...

Data Types

type  application_module::quant_app
 

Modules

module  application_module
 

Functions/Subroutines

subroutine application_module::zelem_lr (m, n, value_e, quant)
 
subroutine application_module::zelem_full (m, n, value_e, quant)
 
subroutine application_module::hodlr_mvp_onehodlr (trans, Mloc, Nloc, num_vect, Vin, Vout, quant)
 
program butterflypack_full
 

Detailed Description

This example generates a random LR product, or reads a full matrix from disk, and compress it using entry-valuation-based APIs.

Note that instead of the use of precision dependent subroutine/module/type names "d_", one can also use the following
#define DAT 1
#include "dButterflyPACK_config.fi"
which will macro replace precision-independent subroutine/module/type names "X" with "d_X" defined in SRC_DOUBLE with double precision

Function/Subroutine Documentation

◆ butterflypack_full()

program butterflypack_full ( )
Here is the call graph for this function: