267 |
arg("expanded")=false)); |
arg("expanded")=false)); |
268 |
|
|
269 |
// |
// |
270 |
|
// Binary operators |
271 |
|
// |
272 |
|
def("C_GeneralTensorProduct",escript::C_GeneralTensorProduct, |
273 |
|
(arg("arg0")=escript::Data(), |
274 |
|
arg("arg1")=escript::Data(), |
275 |
|
arg("axis_offset")=0, |
276 |
|
arg("transpose")=0)); |
277 |
|
|
278 |
|
// |
279 |
// Interface for AbstractSystemMatrix |
// Interface for AbstractSystemMatrix |
280 |
// |
// |
281 |
class_<escript::AbstractSystemMatrix>("Operator",init<>()) |
class_<escript::AbstractSystemMatrix>("Operator",init<>()) |