代码搜索:Variance
找到约 2,271 项符合「Variance」的源代码
代码结果 2,271
www.eeworm.com/read/232404/4701801
cpp gsgrid_variance.cpp
///////////////////////////////////////////////////////////
// //
// SAGA //
//
www.eeworm.com/read/232404/4701807
h gsgrid_variance.h
///////////////////////////////////////////////////////////
// //
// SAGA //
//
www.eeworm.com/read/167728/5453915
c variance_source.c
/* statistics/variance_source.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Jim Davies, Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the te
www.eeworm.com/read/167728/5453936
c p_variance.c
#include
#include
#define BASE_LONG_DOUBLE
#include "templates_on.h"
#include "p_variance_source.c"
#include "templates_off.h"
#undef BASE_LONG_DOUBLE
#define BASE
www.eeworm.com/read/305277/3778713
scala tcpoly_variance.scala
class A[m[+x]] {
def str: m[Object] = error("foo")
}
class B[m[+x]] extends A[m] {
override def str: m[String] = error("foo")
}
www.eeworm.com/read/305277/3778974
check tcpoly_variance.check
tcpoly_variance.scala:6: error: error overriding method str in class A of type => m[java.lang.Object];
method str has incompatible type => m[String]
override def str: m[String] = error("foo") // si
www.eeworm.com/read/305277/3779006
scala tcpoly_variance.scala
class A[m[x]] {
def str: m[Object] = error("foo")
}
class B[m[x]] extends A[m] {
override def str: m[String] = error("foo") // since x in m[x] is invariant, ! m[String]
www.eeworm.com/read/375190/2729439
hpp weighted_variance.hpp
///////////////////////////////////////////////////////////////////////////////
// weighted_variance.hpp
//
// Copyright 2005 Daniel Egloff, Eric Niebler. Distributed under the Boost
// Software Lic
www.eeworm.com/read/375190/2736535
cpp weighted_variance.cpp
// (C) Copyright 2006 Eric Niebler, Olivier Gygi
// Use, modification and distribution are subject to the
// Boost Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy
www.eeworm.com/read/102394/15783948
c variance_source.c
/* statistics/variance_source.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Jim Davies, Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the te