Macaulay2 Engine
Loading...
Searching...
No Matches

◆ createGBF4Interface() [1/2]

auto createGBF4Interface ( const Matrix * inputMatrix,
const std::vector< int > & variableWeights,
int strategy,
int numThreads )->GBComputation *

Definition at line 10 of file GBF4Interface.cpp.

15{
16 (void) strategy;
17 return newf4::createGBF4Interface(inputMatrix, variableWeights, newf4::Strategy::Normal, numThreads);
18}
auto createGBF4Interface(const Matrix *inputMatrix, const std::vector< int > &variableWeights, Strategy strategy, int numThreads) -> GBComputation *

References newf4::createGBF4Interface(), Matrix, and newf4::Normal.