a lot of small corrections to bring down the number of undocumented functions, reported by the script; added em.cpp sample

This commit is contained in:
Vadim Pisarevsky
2011-06-09 01:16:45 +00:00
parent 3b9e752be7
commit 20aca7440f
30 changed files with 474 additions and 746 deletions

View File

@@ -21,7 +21,7 @@ gpu::add
:param dst: Destination matrix with the same size and type as ``src1``.
See Also: :c:cpp:func:`add`
See Also: :cpp:func:`add`
.. index:: gpu::subtract
@@ -39,7 +39,7 @@ gpu::subtract
:param dst: Destination matrix with the same size and type as ``src1``.
See Also: :c:cpp:func:`subtract`
See Also: :cpp:func:`subtract`
@@ -59,7 +59,7 @@ gpu::multiply
:param dst: Destination matrix with the same size and type as ``src1``.
See Also: :c:cpp:func:`multiply`
See Also: :cpp:func:`multiply`
.. index:: gpu::divide
@@ -78,9 +78,9 @@ gpu::divide
:param dst: Destination matrix with the same size and type as ``src1``.
This function, in contrast to :c:cpp:func:`divide`, uses a round-down rounding mode.
This function, in contrast to :cpp:func:`divide`, uses a round-down rounding mode.
See Also: :c:cpp:func:`divide`
See Also: :cpp:func:`divide`
@@ -96,7 +96,7 @@ gpu::exp
:param dst: Destination matrix with the same size and type as ``src``.
See Also: :c:cpp:func:`exp`
See Also: :cpp:func:`exp`
@@ -112,7 +112,7 @@ gpu::log
:param dst: Destination matrix with the same size and type as ``src``.
See Also: :c:cpp:func:`log`
See Also: :cpp:func:`log`
@@ -132,7 +132,7 @@ gpu::absdiff
:param dst: Destination matrix with the same size and type as ``src1``.
See Also: :c:cpp:func:`absdiff`
See Also: :cpp:func:`absdiff`
.. index:: gpu::compare
@@ -157,7 +157,7 @@ gpu::compare
* **CMP_LE:** ``src1(.) <= src2(.)``
* **CMP_NE:** ``src1(.) != src2(.)``
See Also: :c:cpp:func:`compare`
See Also: :cpp:func:`compare`
.. index:: gpu::bitwise_not
@@ -268,7 +268,7 @@ gpu::min
:param stream: Stream for the asynchronous version.
See Also: :c:cpp:func:`min`
See Also: :cpp:func:`min`
@@ -294,4 +294,4 @@ gpu::max
:param stream: Stream for the asynchronous version.
See Also: :c:cpp:func:`max`
See Also: :cpp:func:`max`