-  3.39.23
Static Public Member Functions | List of all members
matfaust::demo::quickstart Class Reference

The FAuST quickstart script, a good place to look at for a first tour. More...

Static Public Member Functions

static function quick_start ()
 This demo shows that a Faust is handled as matlab builtin matrix, presenting functions that are overloaded by the Faust class (size, mtimes, transpose) and ends with a little time comparison to illustrate the speed-up of using a Faust for multiplication. More...
 
static function factorize_matrix ()
 This demo presents the method to factorize a given matrix into a Faust. More...
 
static function construct_Faust_from_factors ()
 This demo presents the method to build a Faust from its factors. More...
 

Detailed Description

The FAuST quickstart script, a good place to look at for a first tour.

Member Function Documentation

◆ construct_Faust_from_factors()

static function matfaust::demo::quickstart::construct_Faust_from_factors ( )
static

This demo presents the method to build a Faust from its factors.

◆ factorize_matrix()

static function matfaust::demo::quickstart::factorize_matrix ( )
static

This demo presents the method to factorize a given matrix into a Faust.

◆ quick_start()

static function matfaust::demo::quickstart::quick_start ( )
static

This demo shows that a Faust is handled as matlab builtin matrix, presenting functions that are overloaded by the Faust class (size, mtimes, transpose) and ends with a little time comparison to illustrate the speed-up of using a Faust for multiplication.


The documentation for this class was generated from the following file: