BMEVIIIMB01
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

13 lines
288 B

#include "LinearTests.h"
Large::Large(cl::Context* _context, cl::CommandQueue* _queue, cl::Program* _program)
{
context = _context;
queue = _queue;
program = _program;
}
void Large::dewIt(int n, int m, float* y, const float* A, const float* x, const float* b)
{
//TODO: Implement
}