Back to Symbolic Math (SymEngine)
sym.exprFromWasm
Create an Expr subclass instance from a WASM object based on its type.
Syntax
sym.exprFromWasm(obj)
Description
Create an Expr subclass instance from a WASM object based on its type. Used internally and by the matrices module to convert WASM basic pointers to Expr.
Parameters
| Name | Description |
|---|---|
| obj | SymEngineObject |
Returns
Expr