- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for assertDiagonalLinearTransformation (0.23 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
android/guava-tests/test/com/google/common/math/LinearTransformationTest.java
* See the License for the specific language governing permissions and * limitations under the License. */ package com.google.common.math; import static com.google.common.math.StatsTesting.assertDiagonalLinearTransformation; import static com.google.common.math.StatsTesting.assertHorizontalLinearTransformation; import static com.google.common.math.StatsTesting.assertLinearTransformationNaN;
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 17 16:11:48 GMT 2026 - 7.2K bytes - Click Count (0) -
guava-tests/test/com/google/common/math/LinearTransformationTest.java
* See the License for the specific language governing permissions and * limitations under the License. */ package com.google.common.math; import static com.google.common.math.StatsTesting.assertDiagonalLinearTransformation; import static com.google.common.math.StatsTesting.assertHorizontalLinearTransformation; import static com.google.common.math.StatsTesting.assertLinearTransformationNaN;
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 17 16:11:48 GMT 2026 - 7.2K bytes - Click Count (0) -
guava-tests/test/com/google/common/math/StatsTesting.java
* {@code transformation} and its inverse). Since the transformation is expected to be diagonal, * neither {@code xDelta} nor {@code yDelta} may be zero. */ static void assertDiagonalLinearTransformation( LinearTransformation transformation, double x1, double y1, double xDelta, double yDelta) { checkArgument(xDelta != 0.0); checkArgument(yDelta != 0.0);Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 03 05:21:26 GMT 2026 - 24K bytes - Click Count (0)