FULLMATKERREG_Driver.f90 File Reference

This example reads a full matrix of kernel ridge system from disk, and compress it using entry-valuation-based APIs, and evaluate the prediction error. More...

Data Types

type  application_module::quant_app
 

Modules

module  application_module
 

Functions/Subroutines

subroutine application_module::zelem_full (m, n, value_e, quant)
 
program butterflypack_fullkrr
 
subroutine fullker_solve (bmat, option, msh, quant, ptree, stats)
 

Detailed Description

This example reads a full matrix of kernel ridge system from disk, and compress it using entry-valuation-based APIs, and evaluate the prediction error.

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_fullkrr()

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

◆ fullker_solve()

subroutine fullker_solve ( type(d_bmatrix)  bmat,
type(d_hoption)  option,
type(d_mesh)  msh,
type(quant_app)  quant,
type(d_proctree)  ptree,
type(d_hstat)  stats 
)
Here is the call graph for this function: