Adding tensor methods
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
#include "SVC.h"
|
||||
#include <iostream>
|
||||
|
||||
namespace pywrap {
|
||||
|
||||
void SVC::version()
|
||||
std::string SVC::version()
|
||||
{
|
||||
std::cout << "repr_html: " << callMethod("_repr_html_") << std::endl;
|
||||
return callMethodString("_repr_html_");
|
||||
}
|
||||
|
||||
} /* namespace pywrap */
|
Reference in New Issue
Block a user