remove resize
This commit is contained in:
committed by
JamesFlare1212
parent
94394cf056
commit
135ece42e0
@@ -17,8 +17,6 @@
|
|||||||
|
|
||||||
void SimpleTest(); //Some basic tests
|
void SimpleTest(); //Some basic tests
|
||||||
void StudentTest(); //Write your own test cases here
|
void StudentTest(); //Write your own test cases here
|
||||||
void ExtraCreditTest(); //Write this if you write resize()
|
|
||||||
|
|
||||||
|
|
||||||
//Function to test a ton of matrices at once.
|
//Function to test a ton of matrices at once.
|
||||||
void BatchTest(double start, double step, unsigned int rows, unsigned int cols,
|
void BatchTest(double start, double step, unsigned int rows, unsigned int cols,
|
||||||
@@ -43,11 +41,6 @@ int main(){
|
|||||||
StudentTest();
|
StudentTest();
|
||||||
std::cout << "Completed all student tests." << std::endl;
|
std::cout << "Completed all student tests." << std::endl;
|
||||||
|
|
||||||
//Uncomment this if you write the resize() function.
|
|
||||||
/*
|
|
||||||
ExtraCreditTest();
|
|
||||||
std::cout << "Completed all student extra credit tests." << std::endl;
|
|
||||||
*/
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -210,12 +203,6 @@ void StudentTest(){
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//Write this if you write resize()
|
|
||||||
void ExtraCreditTest(){
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
////////////////Utility functions//////////////////////
|
////////////////Utility functions//////////////////////
|
||||||
|
|
||||||
/* Function that quickly populates a rows x cols matrix with values from
|
/* Function that quickly populates a rows x cols matrix with values from
|
||||||
|
|||||||
Reference in New Issue
Block a user