代码搜索:computations
找到约 357 项符合「computations」的源代码
代码结果 357
www.eeworm.com/read/109811/15547668
h xsize.h
/* xsize.h -- Checked size_t computations.
Copyright (C) 2003 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
under the terms of the G
www.eeworm.com/read/108423/15586160
h xsize.h
/* xsize.h -- Checked size_t computations.
Copyright (C) 2003 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
under the terms of the G
www.eeworm.com/read/101061/15855036
readme
LAPACK++ v. 1.1a
LAPACK++ is a library for high performance linear algebra computations.
This version includes support for solving linear systems using LU, Cholesky,
QR matrix factorizations,
www.eeworm.com/read/384270/8883838
c rgbvaryw.c
/*
rgbvaryW.c - an improved rgbvary.c, currently runs on Microsoft Windows
The color reduction filter (rgbvary.c) uses floating point but none
of the computations exceed a 16bit integer.
www.eeworm.com/read/458493/7295552
m xinvpxfit.m
function xinvpxfit
% xinvpxfit Least squares fit of synthetic data to y = c1/x + c2*x
% Computations from Example 9.5
%
% Synopsis: xinvpxfit
%
% Input: none
%
% Output: Curve f
www.eeworm.com/read/458488/7295977
m xinvpxfit.m
function xinvpxfit
% xinvpxfit Least squares fit of synthetic data to y = c1/x + c2*x
% Computations from Example 9.5
%
% Synopsis: xinvpxfit
%
% Input: none
%
% Output: Curve f
www.eeworm.com/read/144399/12796989
m xinvpxfit.m
function xinvpxfit
% xinvpxfit Least squares fit of synthetic data to y = c1/x + c2*x
% Computations from Example 9.5
%
% Synopsis: xinvpxfit
%
% Input: none
%
% Output: Curve f
www.eeworm.com/read/233448/4670829
c stdcall.c
/* APPLE LOCAL file 4284121 */
/* { dg-do run } */
/* { dg-options "-O2" } */
/* Test stack computations with stdcall attribute. */
/* Primarily for darwin, although should work elsewhere. */
extern
www.eeworm.com/read/365521/2896736
m petals.m
% An M-file script to produce % Comment lines
% "flower petal" plots
theta = -pi:0.01:pi; % Computations
rho(1,:) = 2 * sin(5 * theta) .^ 2;
rho(2,:) = cos(10 * theta) .^ 3;
www.eeworm.com/read/172011/9726776
m xinvpxfit.m
function xinvpxfit
% xinvpxfit Least squares fit of synthetic data to y = c1/x + c2*x
% Computations from Example 9.5
%
% Synopsis: xinvpxfit
%
% Input: none
%
% Output: Curve f