代码搜索:optimisation
找到约 403 项符合「optimisation」的源代码
代码结果 403
www.eeworm.com/read/233522/4668258
c ztrmv.c
#include "f2c.h"
#include "netlib.h"
/* Modified by Peter Vanroose, June 2001: manual optimisation and clean-up */
/* Subroutine */ void ztrmv_(uplo, trans, diag, n, a, lda, x, incx)
const cha
www.eeworm.com/read/233522/4668283
c zlassq.c
#include "f2c.h"
#include "netlib.h"
/* Modified by Peter Vanroose, June 2001: manual optimisation and clean-up */
/* Subroutine */ void zlassq_(n, x, incx, scale, sumsq)
const integer *n;
co
www.eeworm.com/read/233522/4668293
c zlahrd.c
#include "f2c.h"
#include "netlib.h"
/* Modified by Peter Vanroose, June 2001: manual optimisation and clean-up */
/* Table of constant values */
static doublecomplex c_b4 = {-1.,0.};
static
www.eeworm.com/read/233522/4668302
c zlacpy.c
#include "f2c.h"
#include "netlib.h"
/* Modified by Peter Vanroose, June 2001: manual optimisation and clean-up */
/* Subroutine */ void zlacpy_(uplo, m, n, a, lda, b, ldb)
const char *uplo;
www.eeworm.com/read/233522/4668341
c zlaset.c
#include "f2c.h"
#include "netlib.h"
/* Modified by Peter Vanroose, June 2001: manual optimisation and clean-up */
/* Subroutine */ void zlaset_(uplo, m, n, alpha, beta, a, lda)
const char *up
www.eeworm.com/read/233522/4668345
c caxpy.c
#include "f2c.h"
#include "netlib.h"
/* Modified by Peter Vanroose, June 2001: manual optimisation and clean-up */
/* Subroutine */ void caxpy_(n, ca, cx, incx, cy, incy)
const integer *n;
www.eeworm.com/read/233522/4668357
c cscal.c
#include "f2c.h"
#include "netlib.h"
/* Modified by Peter Vanroose, June 2001: manual optimisation and clean-up */
/* Subroutine */ void cscal_(n, ca, cx, incx)
const integer *n;
const comple
www.eeworm.com/read/233522/4668367
c zlatrs.c
#include "f2c.h"
#include "netlib.h"
/* Modified by Peter Vanroose, June 2001: manual optimisation and clean-up */
/* Table of constant values */
static integer c__1 = 1;
static doublereal c_
www.eeworm.com/read/198545/7929280
m levenb.m
function [theta,dev,dl,d2l] = levenb(y,x,theta)
%LEVENB Outline of Levenberg modified Newton-Raphson optimisation algorithm.
% Assume m files lik.m and derivs.m which calculate the likelihood
% and
www.eeworm.com/read/131284/14152384
cpp newmatnl.cpp
//$$ newmatnl.cpp Non-linear optimisation
// Copyright (C) 1993,4,5: R B Davies
#define WANT_MATH
#define WANT_STREAM
#include "newmatap.h"
#include "newmatnl.h"
void Fin