Backend#

class reservoirflow.backends.Backend(name)#

Bases: ABC

Abstract backend class.

Attention

This is an abstract class and can’t be instantiated. This class is only used as a parent for other classes of backends module.

Returns:

Backend object.

Return type:

Backend

Construct backend object.

Parameters:

name (str) – backend name.

Methods

ones()

Ones.

transpose()

Transpose.


Comments 💬#

Feel free to make a comment, ask a question, or share your opinion about this specific content. Please keep in mind the Commenting Guidelines ⚖.