.. _package-rst-math: ================== Package rst.math ================== *Not documented* Messages ======== .. container:: mess4ge-multi .. container:: mess4ge-graph .. digraph:: message_graph fontname="Arial"; fontsize=11; stylesheet="../_static/graphs.css"; node [fontsize=11,fontname="Arial"] edge [fontsize=11,fontname="Arial"] "4" [label=<
Vec3DDouble
FLOAT64x
FLOAT64y
FLOAT64z
>,shape=box,style=filled,fillcolor="white"]; "1" [label=<
MatrixDouble
Sizesize
Datadata
>,shape=box,style=filled,fillcolor="white"]; "3" [label=<
Data
FLOAT64value
>,shape=box,style=filled,fillcolor="white"]; "2" [label=<
Size
UINT32m
UINT32n
>,shape=box,style=filled,fillcolor="white"]; "1" -> "3" []; "1" -> "2" []; "1":data -> "3" []; "1":size -> "2" []; .. container:: mess4ge-list .. container:: messages * :ref:`MatrixDouble ` * :ref:`Vec3DDouble ` .. container:: clearer clearer: should be made invisible via css .. _message-rst-math-matrixdouble: Message MatrixDouble -------------------- .. container:: message-rst-math-matrixdouble-multi .. container:: message-rst-math-matrixdouble-documentation .. py:class:: rst.math.MatrixDouble A message representing a double matrix of MxN entries. .. codeauthor:: TODO .. py:attribute:: size :type: :py:class:`rst.math.MatrixDouble.Size` TODO .. py:attribute:: data :type: :py:class:`rst.math.MatrixDouble.Data` TODO .. container:: message-rst-math-matrixdouble-source :download:`Download this file ` .. literalinclude:: //home/jenkins/workspace/rst-manual-0.13-merge-simulator/upstream/RST-0.13.8-Linux/share/rst0.13/proto/stable/rst/math/MatrixDouble.proto :lines: 10-53 :language: protobuf :emphasize-lines: 37-37,42-42 .. _message-rst-math-matrixdouble-size: Message Size ------------ .. container:: message-rst-math-matrixdouble-size-multi .. container:: message-rst-math-matrixdouble-size-documentation .. py:class:: rst.math.MatrixDouble.Size Size of the matrix. .. py:attribute:: m :type: :py:class:`UINT32` TODO .. py:attribute:: n :type: :py:class:`UINT32` TODO .. container:: message-rst-math-matrixdouble-size-source :download:`Download this file ` .. literalinclude:: //home/jenkins/workspace/rst-manual-0.13-merge-simulator/upstream/RST-0.13.8-Linux/share/rst0.13/proto/stable/rst/math/MatrixDouble.proto :lines: 15-27 :language: protobuf :emphasize-lines: 6-6,11-11 .. _message-rst-math-matrixdouble-data: Message Data ------------ .. container:: message-rst-math-matrixdouble-data-multi .. container:: message-rst-math-matrixdouble-data-documentation .. py:class:: rst.math.MatrixDouble.Data Data of the matrix. NOTE: data is represented ROWWISE .. py:attribute:: value :type: array of :py:class:`FLOAT64` TODO .. container:: message-rst-math-matrixdouble-data-source :download:`Download this file ` .. literalinclude:: //home/jenkins/workspace/rst-manual-0.13-merge-simulator/upstream/RST-0.13.8-Linux/share/rst0.13/proto/stable/rst/math/MatrixDouble.proto :lines: 34-41 :language: protobuf :emphasize-lines: 6-6 .. _message-rst-math-vec3ddouble: Message Vec3DDouble ------------------- .. container:: message-rst-math-vec3ddouble-multi .. container:: message-rst-math-vec3ddouble-documentation .. py:class:: rst.math.Vec3DDouble A 3D vector with double entries. .. codeauthor:: TODO .. py:attribute:: x :type: :py:class:`FLOAT64` TODO .. py:attribute:: y :type: :py:class:`FLOAT64` TODO .. py:attribute:: z :type: :py:class:`FLOAT64` TODO .. container:: message-rst-math-vec3ddouble-source :download:`Download this file ` .. literalinclude:: //home/jenkins/workspace/rst-manual-0.13-merge-simulator/upstream/RST-0.13.8-Linux/share/rst0.13/proto/stable/rst/math/Vec3DDouble.proto :lines: 10-27 :language: protobuf :emphasize-lines: 6-6,11-11,16-16