crown  1.0.0
include/crown/scaling.h File Reference
#include <crown/CrownScaling.hpp>
#include <pelib/Algebra.hpp>
Include dependency graph for scaling.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

pelib::Algebra frequency_height (const pelib::Algebra &input)
float frequency_height_complexity (const pelib::Algebra &input)
const pelib::crown::CrownScalingcrown_scale (size_t argc, char **argv)
void crown_delete (pelib::Algebra *mapping)

Function Documentation

void crown_delete ( pelib::Algebra *  mapping)
const pelib::crown::CrownScaling* crown_scale ( size_t  argc,
char **  argv 
)
pelib::Algebra frequency_height ( const pelib::Algebra &  input)

Run the Height frequency scaling heuristic and add the frequency vector to the Algebra collection

float frequency_height_complexity ( const pelib::Algebra &  input)

Run the number of instructions as computed by a time complexity analysis of the Height frequency scaling heuristic with the given input problem

Definition at line 339 of file frequency.cpp.