blob: 7c145cd88fcb32a3f24d226265bd001d4938603f [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_121) on Fri Apr 14 22:10:59 PDT 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.apache.mahout.math.function (Mahout Math 0.13.0 API)</title>
<meta name="date" content="2017-04-14">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.apache.mahout.math.function (Mahout Math 0.13.0 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/apache/mahout/math/flavor/package-summary.html">Prev&nbsp;Package</a></li>
<li><a href="../../../../../org/apache/mahout/math/jet/math/package-summary.html">Next&nbsp;Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/mahout/math/function/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Package" class="title">Package&nbsp;org.apache.mahout.math.function</h1>
<div class="docSummary">
<div class="block">Core interfaces for functions, comparisons and procedures on objects and primitive data types.</div>
</div>
<p>See:&nbsp;<a href="#package.description">Description</a></p>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation">
<caption><span>Interface Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Interface</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/ByteByteProcedure.html" title="interface in org.apache.mahout.math.function">ByteByteProcedure</a></td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/ByteCharProcedure.html" title="interface in org.apache.mahout.math.function">ByteCharProcedure</a></td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/ByteComparator.html" title="interface in org.apache.mahout.math.function">ByteComparator</a></td>
<td class="colLast">
<div class="block">A comparison function which imposes a <i>total ordering</i> on some collection of elements.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/ByteDoubleProcedure.html" title="interface in org.apache.mahout.math.function">ByteDoubleProcedure</a></td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/ByteFloatProcedure.html" title="interface in org.apache.mahout.math.function">ByteFloatProcedure</a></td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/ByteIntProcedure.html" title="interface in org.apache.mahout.math.function">ByteIntProcedure</a></td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/ByteLongProcedure.html" title="interface in org.apache.mahout.math.function">ByteLongProcedure</a></td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/ByteObjectProcedure.html" title="interface in org.apache.mahout.math.function">ByteObjectProcedure</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/ByteProcedure.html" title="interface in org.apache.mahout.math.function">ByteProcedure</a></td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/ByteShortProcedure.html" title="interface in org.apache.mahout.math.function">ByteShortProcedure</a></td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/CharByteProcedure.html" title="interface in org.apache.mahout.math.function">CharByteProcedure</a></td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/CharCharProcedure.html" title="interface in org.apache.mahout.math.function">CharCharProcedure</a></td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/CharComparator.html" title="interface in org.apache.mahout.math.function">CharComparator</a></td>
<td class="colLast">
<div class="block">A comparison function which imposes a <i>total ordering</i> on some collection of elements.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/CharDoubleProcedure.html" title="interface in org.apache.mahout.math.function">CharDoubleProcedure</a></td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/CharFloatProcedure.html" title="interface in org.apache.mahout.math.function">CharFloatProcedure</a></td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/CharIntProcedure.html" title="interface in org.apache.mahout.math.function">CharIntProcedure</a></td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/CharLongProcedure.html" title="interface in org.apache.mahout.math.function">CharLongProcedure</a></td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/CharObjectProcedure.html" title="interface in org.apache.mahout.math.function">CharObjectProcedure</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/CharProcedure.html" title="interface in org.apache.mahout.math.function">CharProcedure</a></td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/CharShortProcedure.html" title="interface in org.apache.mahout.math.function">CharShortProcedure</a></td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/DoubleByteProcedure.html" title="interface in org.apache.mahout.math.function">DoubleByteProcedure</a></td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/DoubleCharProcedure.html" title="interface in org.apache.mahout.math.function">DoubleCharProcedure</a></td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/DoubleComparator.html" title="interface in org.apache.mahout.math.function">DoubleComparator</a></td>
<td class="colLast">
<div class="block">A comparison function which imposes a <i>total ordering</i> on some collection of elements.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/DoubleDoubleProcedure.html" title="interface in org.apache.mahout.math.function">DoubleDoubleProcedure</a></td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/DoubleFloatProcedure.html" title="interface in org.apache.mahout.math.function">DoubleFloatProcedure</a></td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/DoubleIntProcedure.html" title="interface in org.apache.mahout.math.function">DoubleIntProcedure</a></td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/DoubleLongProcedure.html" title="interface in org.apache.mahout.math.function">DoubleLongProcedure</a></td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/DoubleObjectProcedure.html" title="interface in org.apache.mahout.math.function">DoubleObjectProcedure</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/DoubleProcedure.html" title="interface in org.apache.mahout.math.function">DoubleProcedure</a></td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/DoubleShortProcedure.html" title="interface in org.apache.mahout.math.function">DoubleShortProcedure</a></td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/FloatByteProcedure.html" title="interface in org.apache.mahout.math.function">FloatByteProcedure</a></td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/FloatCharProcedure.html" title="interface in org.apache.mahout.math.function">FloatCharProcedure</a></td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/FloatComparator.html" title="interface in org.apache.mahout.math.function">FloatComparator</a></td>
<td class="colLast">
<div class="block">A comparison function which imposes a <i>total ordering</i> on some collection of elements.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/FloatDoubleProcedure.html" title="interface in org.apache.mahout.math.function">FloatDoubleProcedure</a></td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/FloatFloatProcedure.html" title="interface in org.apache.mahout.math.function">FloatFloatProcedure</a></td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/FloatFunction.html" title="interface in org.apache.mahout.math.function">FloatFunction</a></td>
<td class="colLast">
<div class="block">Interface that represents a function object: a function that takes a single argument and returns a single value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/FloatIntProcedure.html" title="interface in org.apache.mahout.math.function">FloatIntProcedure</a></td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/FloatLongProcedure.html" title="interface in org.apache.mahout.math.function">FloatLongProcedure</a></td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/FloatObjectProcedure.html" title="interface in org.apache.mahout.math.function">FloatObjectProcedure</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/FloatProcedure.html" title="interface in org.apache.mahout.math.function">FloatProcedure</a></td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/FloatShortProcedure.html" title="interface in org.apache.mahout.math.function">FloatShortProcedure</a></td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/IntByteProcedure.html" title="interface in org.apache.mahout.math.function">IntByteProcedure</a></td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/IntCharProcedure.html" title="interface in org.apache.mahout.math.function">IntCharProcedure</a></td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/IntComparator.html" title="interface in org.apache.mahout.math.function">IntComparator</a></td>
<td class="colLast">
<div class="block">A comparison function which imposes a <i>total ordering</i> on some collection of elements.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/IntDoubleProcedure.html" title="interface in org.apache.mahout.math.function">IntDoubleProcedure</a></td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/IntFloatProcedure.html" title="interface in org.apache.mahout.math.function">IntFloatProcedure</a></td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/IntFunction.html" title="interface in org.apache.mahout.math.function">IntFunction</a></td>
<td class="colLast">
<div class="block">Interface that represents a function object: a function that takes a single argument and returns a single value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/IntIntDoubleFunction.html" title="interface in org.apache.mahout.math.function">IntIntDoubleFunction</a></td>
<td class="colLast">
<div class="block">Interface that represents a function object: a function that takes three arguments.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/IntIntFunction.html" title="interface in org.apache.mahout.math.function">IntIntFunction</a></td>
<td class="colLast">
<div class="block">A function that takes to integer arguments and returns Double.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/IntIntProcedure.html" title="interface in org.apache.mahout.math.function">IntIntProcedure</a></td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/IntLongProcedure.html" title="interface in org.apache.mahout.math.function">IntLongProcedure</a></td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/IntObjectProcedure.html" title="interface in org.apache.mahout.math.function">IntObjectProcedure</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/IntProcedure.html" title="interface in org.apache.mahout.math.function">IntProcedure</a></td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/IntShortProcedure.html" title="interface in org.apache.mahout.math.function">IntShortProcedure</a></td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/LongByteProcedure.html" title="interface in org.apache.mahout.math.function">LongByteProcedure</a></td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/LongCharProcedure.html" title="interface in org.apache.mahout.math.function">LongCharProcedure</a></td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/LongComparator.html" title="interface in org.apache.mahout.math.function">LongComparator</a></td>
<td class="colLast">
<div class="block">A comparison function which imposes a <i>total ordering</i> on some collection of elements.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/LongDoubleProcedure.html" title="interface in org.apache.mahout.math.function">LongDoubleProcedure</a></td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/LongFloatProcedure.html" title="interface in org.apache.mahout.math.function">LongFloatProcedure</a></td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/LongIntProcedure.html" title="interface in org.apache.mahout.math.function">LongIntProcedure</a></td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/LongLongProcedure.html" title="interface in org.apache.mahout.math.function">LongLongProcedure</a></td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/LongObjectProcedure.html" title="interface in org.apache.mahout.math.function">LongObjectProcedure</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/LongProcedure.html" title="interface in org.apache.mahout.math.function">LongProcedure</a></td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/LongShortProcedure.html" title="interface in org.apache.mahout.math.function">LongShortProcedure</a></td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/ObjectByteProcedure.html" title="interface in org.apache.mahout.math.function">ObjectByteProcedure</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/ObjectCharProcedure.html" title="interface in org.apache.mahout.math.function">ObjectCharProcedure</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/ObjectDoubleProcedure.html" title="interface in org.apache.mahout.math.function">ObjectDoubleProcedure</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/ObjectFloatProcedure.html" title="interface in org.apache.mahout.math.function">ObjectFloatProcedure</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/ObjectIntProcedure.html" title="interface in org.apache.mahout.math.function">ObjectIntProcedure</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/ObjectLongProcedure.html" title="interface in org.apache.mahout.math.function">ObjectLongProcedure</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/ObjectObjectProcedure.html" title="interface in org.apache.mahout.math.function">ObjectObjectProcedure</a>&lt;K,V&gt;</td>
<td class="colLast">
<div class="block">Interface that represents a procedure object:
a procedure that takes two arguments and returns a 'continue' flag.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/ObjectProcedure.html" title="interface in org.apache.mahout.math.function">ObjectProcedure</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/ObjectShortProcedure.html" title="interface in org.apache.mahout.math.function">ObjectShortProcedure</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/ShortByteProcedure.html" title="interface in org.apache.mahout.math.function">ShortByteProcedure</a></td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/ShortCharProcedure.html" title="interface in org.apache.mahout.math.function">ShortCharProcedure</a></td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/ShortComparator.html" title="interface in org.apache.mahout.math.function">ShortComparator</a></td>
<td class="colLast">
<div class="block">A comparison function which imposes a <i>total ordering</i> on some collection of elements.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/ShortDoubleProcedure.html" title="interface in org.apache.mahout.math.function">ShortDoubleProcedure</a></td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/ShortFloatProcedure.html" title="interface in org.apache.mahout.math.function">ShortFloatProcedure</a></td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/ShortIntProcedure.html" title="interface in org.apache.mahout.math.function">ShortIntProcedure</a></td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/ShortLongProcedure.html" title="interface in org.apache.mahout.math.function">ShortLongProcedure</a></td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/ShortObjectProcedure.html" title="interface in org.apache.mahout.math.function">ShortObjectProcedure</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/ShortProcedure.html" title="interface in org.apache.mahout.math.function">ShortProcedure</a></td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/ShortShortProcedure.html" title="interface in org.apache.mahout.math.function">ShortShortProcedure</a></td>
<td class="colLast">
<div class="block">Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/VectorFunction.html" title="interface in org.apache.mahout.math.function">VectorFunction</a></td>
<td class="colLast">
<div class="block">Defines a function of a vector that returns a double.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
<caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/DoubleDoubleFunction.html" title="class in org.apache.mahout.math.function">DoubleDoubleFunction</a></td>
<td class="colLast">
<div class="block">Interface that represents a function object: a function that takes two arguments and returns a single value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/DoubleFunction.html" title="class in org.apache.mahout.math.function">DoubleFunction</a></td>
<td class="colLast">
<div class="block">Interface that represents a function object: a function that takes a single argument and returns a single value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/Functions.html" title="class in org.apache.mahout.math.function">Functions</a></td>
<td class="colLast">
<div class="block">Function objects to be passed to generic methods.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/Mult.html" title="class in org.apache.mahout.math.function">Mult</a></td>
<td class="colLast">
<div class="block">Only for performance tuning of compute intensive linear algebraic computations.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/PlusMult.html" title="class in org.apache.mahout.math.function">PlusMult</a></td>
<td class="colLast">
<div class="block">Only for performance tuning of compute intensive linear algebraic computations.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/SquareRootFunction.html" title="class in org.apache.mahout.math.function">SquareRootFunction</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/mahout/math/function/TimesFunction.html" title="class in org.apache.mahout.math.function">TimesFunction</a></td>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</li>
</ul>
<a name="package.description">
<!-- -->
</a>
<h2 title="Package org.apache.mahout.math.function Description">Package org.apache.mahout.math.function Description</h2>
<div class="block">Core interfaces for functions, comparisons and procedures on objects and primitive data types.</div>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/apache/mahout/math/flavor/package-summary.html">Prev&nbsp;Package</a></li>
<li><a href="../../../../../org/apache/mahout/math/jet/math/package-summary.html">Next&nbsp;Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/mahout/math/function/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2008&#x2013;2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>